Skip to content

Commit 481e455

Browse files
committed
[PRMP-1465] adding env var
1 parent 8ffdf32 commit 481e455

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/lambda-create-user-restriction.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module "create_user_restriction_lambda" {
1818
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
1919
WORKSPACE = terraform.workspace
2020
RESTRICTIONS_TABLE_NAME = module.user_restriction_table.table_name
21+
HEALTHCARE_WORKER_API_URL = module.healthcare_worker_api_base_url.value
2122
}
2223

2324
depends_on = [

0 commit comments

Comments
 (0)