Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Oct 31, 2024
1 parent ca69c0e commit 3a2f0ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/aks/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module "application_configuration" {
ENVIRONMENT_NAME = var.environment
PGSSLMODE = local.postgres_ssl_mode
DFE_SIGNIN_BASE_URL = "https://${var.dsi_hostname}"
BIGQUERY_PROJECT_ID = "get-into-teaching"
BIGQUERY_TABLE_NAME = "events"
BIGQUERY_DATASET = var.enable_dfe_analytics_federated_auth ? module.dfe_analytics[0].bigquery_dataset : null
}
secret_variables = {
Expand Down Expand Up @@ -47,6 +49,7 @@ module "web_application" {
enable_logit = var.enable_logit

enable_prometheus_monitoring = var.enable_prometheus_monitoring
enable_gcp_wif = true
}

module "worker_application" {
Expand Down

0 comments on commit 3a2f0ef

Please sign in to comment.