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