We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209409e commit 26820f5Copy full SHA for 26820f5
1 file changed
_local.tf
@@ -178,7 +178,7 @@ locals {
178
short_name = "fhircp",
179
app_repo = local.dibbs_repo,
180
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
+ app_version = "0.0.1", #TODO laura: Switch this back
182
container_port = 8080,
183
host_port = 8080,
184
public = false,
@@ -284,10 +284,6 @@ locals {
284
},
285
{
286
name = "FHIR_CONVERTER_URL",
287
- value = "http://fhir-converter:8080"
288
- },
289
- {
290
- name = "FHIR_CONVERTER_PROXY_URL",
291
value = "http://fhir-converter-proxy:8080"
292
293
0 commit comments