Skip to content

Commit ebb347c

Browse files
[PRMP-1475] remove env var
1 parent d9eb392 commit ebb347c

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

infrastructure/lambda-get-user-information.tf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ module "get_user_information_lambda" {
1212
http_methods = ["GET"]
1313
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
1414
lambda_environment_variables = {
15-
APPCONFIG_APPLICATION = module.ndr-app-config.app_config_application_id
16-
APPCONFIG_ENVIRONMENT = module.ndr-app-config.app_config_environment_id
17-
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
18-
WORKSPACE = terraform.workspace
19-
USE_MOCK_HEALTHCARE_SERVICE = true
20-
HEALTHCARE_WORKER_API_URL = data.aws_ssm_parameter.healthcare_worker_api_base_url.value
15+
APPCONFIG_APPLICATION = module.ndr-app-config.app_config_application_id
16+
APPCONFIG_ENVIRONMENT = module.ndr-app-config.app_config_environment_id
17+
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
18+
WORKSPACE = terraform.workspace
19+
HEALTHCARE_WORKER_API_URL = data.aws_ssm_parameter.healthcare_worker_api_base_url.value
2120
}
2221

2322
depends_on = [

0 commit comments

Comments
 (0)