Skip to content

Commit 557a05d

Browse files
Update terraform/nowcasting/development/main.tf
Co-authored-by: devsjc <47188100+devsjc@users.noreply.github.com>
1 parent 8497def commit 557a05d

File tree

1 file changed

+1
-1
lines changed
  • terraform/nowcasting/development

1 file changed

+1
-1
lines changed

terraform/nowcasting/development/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ module "primaries-api" {
328328
aws-environment = local.environment
329329
aws-subnet_id = module.networking.public_subnet_ids[0]
330330
aws-vpc_id = module.networking.vpc_id
331-
container-command = ["quartzapi"]
331+
container-command = ["quartz-api"]
332332
container-env_vars = [
333333
{ "name" : "SOURCE", "value" : "dataplatform" },
334334
{ "name" : "ROUTERS", "value" : "substations" },

0 commit comments

Comments
 (0)