Skip to content

Commit d2d89ab

Browse files
committed
change to quartzdb
1 parent bac05e6 commit d2d89ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/india/development/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ 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 = []
149+
container-command = ["quartzdb"]
150150
container-env_vars = [
151-
{ "name" : "SOURCE", "value" : "indiadb" },
151+
{ "name" : "SOURCE", "value" : "quartzdb" },
152152
{ "name" : "PORT", "value" : "80" },
153153
{ "name" : "DB_URL", "value" : module.postgres-rds.default_db_connection_url },
154154
{ "name" : "AUTH0_DOMAIN", "value" : var.auth_domain },

0 commit comments

Comments
 (0)