Skip to content

Commit

Permalink
Add BQ table variables to application config
Browse files Browse the repository at this point in the history
  • Loading branch information
vipin-dfe committed Oct 31, 2024
1 parent 2ce7fd3 commit f8883ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/aks/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ module "application_configuration" {
is_rails_application = true

config_variables = {
PGSSLMODE = local.postgres_ssl_mode
PGSSLMODE = local.postgres_ssl_mode
BIGQUERY_DATASET = var.enable_dfe_analytics_federated_auth ? module.dfe_analytics[0].bigquery_dataset : null
BIGQUERY_PROJECT_ID = "get-into-teaching"
BIGQUERY_TABLE_NAME = "events"
}
secret_variables = {
DATABASE_URL = module.postgres.url
Expand Down

0 comments on commit f8883ab

Please sign in to comment.