File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments