Skip to content

Commit 26820f5

Browse files
Updating orchestration env var and proxy image version
1 parent 209409e commit 26820f5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

_local.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ locals {
178178
short_name = "fhircp",
179179
app_repo = local.dibbs_repo,
180180
app_image = var.disable_ecr == false ? "${terraform.workspace}-fhir-converter-proxy" : "fhir-converter-proxy",
181-
app_version = "0.0.0", #TODO laura: Switch this back
181+
app_version = "0.0.1", #TODO laura: Switch this back
182182
container_port = 8080,
183183
host_port = 8080,
184184
public = false,
@@ -284,10 +284,6 @@ locals {
284284
},
285285
{
286286
name = "FHIR_CONVERTER_URL",
287-
value = "http://fhir-converter:8080"
288-
},
289-
{
290-
name = "FHIR_CONVERTER_PROXY_URL",
291287
value = "http://fhir-converter-proxy:8080"
292288
},
293289
{

0 commit comments

Comments
 (0)