Skip to content

Commit 546084d

Browse files
update india-api production (#929)
* update india-api production * fix
1 parent f9ee379 commit 546084d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

terraform/india/production/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,19 @@ 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 = []
148+
container-command = ["quartzapi"]
149149
container-env_vars = [
150-
{ "name" : "SOURCE", "value" : "indiadb" },
150+
{ "name" : "SOURCE", "value" : "quartzdb" },
151151
{ "name" : "PORT", "value" : "80" },
152152
{ "name" : "DB_URL", "value" : module.postgres-rds.default_db_connection_url},
153153
{ "name" : "AUTH0_DOMAIN", "value" : var.auth_domain },
154154
{ "name" : "AUTH0_API_AUDIENCE", "value" : var.auth_api_audience },
155155
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn_api },
156156
{ "name" : "ENVIRONMENT", "value": local.environment},
157157
]
158-
container-name = "india-api"
158+
container-name = "quartz-api"
159159
container-tag = var.version-india_api
160+
container-registry = "ghcr.io/openclimatefix"
160161
eb-app_name = "india-api"
161162
}
162163

0 commit comments

Comments
 (0)