Skip to content

Commit 213c739

Browse files
committed
fix
1 parent 0d583dc commit 213c739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/india/production/main.tf

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

0 commit comments

Comments
 (0)