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 0d583dc commit 213c739Copy full SHA for 213c739
terraform/india/production/main.tf
@@ -145,7 +145,7 @@ module "india-api" {
145
aws-environment = local.environment
146
aws-subnet_id = module.network.public_subnet_ids[0]
147
aws-vpc_id = module.network.vpc_id
148
- container-command = ["quartzapi]
+ container-command = ["quartzapi"]
149
container-env_vars = [
150
{ "name" : "SOURCE", "value" : "quartzdb" },
151
{ "name" : "PORT", "value" : "80" },
0 commit comments