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 bac05e6 commit d2d89abCopy full SHA for d2d89ab
terraform/india/development/main.tf
@@ -146,9 +146,9 @@ 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 = []
+ container-command = ["quartzdb"]
150
container-env_vars = [
151
- { "name" : "SOURCE", "value" : "indiadb" },
+ { "name" : "SOURCE", "value" : "quartzdb" },
152
{ "name" : "PORT", "value" : "80" },
153
{ "name" : "DB_URL", "value" : module.postgres-rds.default_db_connection_url },
154
{ "name" : "AUTH0_DOMAIN", "value" : var.auth_domain },
0 commit comments