Skip to content

Commit

Permalink
Migrate gcp-wif
Browse files Browse the repository at this point in the history
  • Loading branch information
vipin-dfe committed Jan 8, 2025
1 parent 67aca99 commit dd65a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module "application_configuration" {
ANALYTICS_DATABASE_URL = <<URL
postgres://${urlencode(module.postgres.username)}:${urlencode(module.postgres.password)}@${module.postgres.host}:${module.postgres.port}/${try(azurerm_postgresql_flexible_server_database.analytics[0].name, "analytics")}
URL
GOOGLE_CLOUD_CREDENTIALS = var.enable_dfe_analytics_federated_auth ? module.dfe_analytics[0].google_cloud_credentials : null
}
}

Expand Down

0 comments on commit dd65a00

Please sign in to comment.