We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8497def commit 557a05dCopy full SHA for 557a05d
terraform/nowcasting/development/main.tf
@@ -328,7 +328,7 @@ module "primaries-api" {
328
aws-environment = local.environment
329
aws-subnet_id = module.networking.public_subnet_ids[0]
330
aws-vpc_id = module.networking.vpc_id
331
- container-command = ["quartzapi"]
+ container-command = ["quartz-api"]
332
container-env_vars = [
333
{ "name" : "SOURCE", "value" : "dataplatform" },
334
{ "name" : "ROUTERS", "value" : "substations" },
0 commit comments