Skip to content

Commit 9d80275

Browse files
committed
typo
1 parent 5b2ec3f commit 9d80275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/india/development/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module "india-api" {
146146
aws-environment = local.environment
147147
aws-subnet_id = module.network.public_subnet_ids[0]
148148
aws-vpc_id = module.network.vpc_id
149-
container-command = ["quartzdb"]
149+
container-command = ["quartzapi"]
150150
container-env_vars = [
151151
{ "name" : "SOURCE", "value" : "quartzdb" },
152152
{ "name" : "PORT", "value" : "80" },

0 commit comments

Comments
 (0)