File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
terraform/nowcasting/development Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ module "quartz-api" {
367367 { " name" : " PORT" , " value" : " 80" },
368368 { " name" : " DB_URL" , " value" : module.database.forecast- database- secret- url },
369369 { " name" : " AUTH0_DOMAIN" , " value" : var.auth_domain },
370- { " name" : " AUTH0_API_AUDIENCE " , " value" : var.auth_api_audience },
370+ { " name" : " AUTH0_AUDIENCE " , " value" : var.auth_api_audience },
371371 { " name" : " SENTRY_DSN" , " value" : var.sentry_dsn_api },
372372 { " name" : " ENVIRONMENT" , " value" : local.environment},
373373 { " name" : " DATA_PLATFORM_HOST" , " value" : module.data_platform_api.api_url},
@@ -378,4 +378,4 @@ module "quartz-api" {
378378 container-registry = " ghcr.io/openclimatefix"
379379 eb-app_name = " quartz-api"
380380 s3_bucket = []
381- }
381+ }
You can’t perform that action at this time.
0 commit comments