Skip to content

Commit 9bf9cc7

Browse files
committed
fix terraform
1 parent 420f464 commit 9bf9cc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terraform/endpoints.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ locals {
2424
imms_lambda_env_vars = {
2525
"DYNAMODB_TABLE_NAME" = local.imms_table_name,
2626
"IMMUNIZATION_ENV" = local.resource_scope,
27-
SERVICE_BASE_PATH=immunisation-fhir-api/FHIR/R4-${{ inputs.sub_environment }}
28-
"IMMUNIZATION_BASE_PATH" = strcontains(var.sub_environment, "pr-") ? "immunisation-fhir-api-/FHIR/R4-${var.sub_environment}" : "immunisation-fhir-api/FHIR/R4"
27+
"IMMUNIZATION_BASE_PATH" = strcontains(var.sub_environment, "pr-") ? "immunisation-fhir-api/FHIR/R4-${var.sub_environment}" : "immunisation-fhir-api"
2928
# except for prod and ref, any other env uses PDS int environment
3029
"PDS_ENV" = var.pds_environment
3130
"PDS_CHECK_ENABLED" = tostring(var.pds_check_enabled)

0 commit comments

Comments
 (0)