Skip to content

Commit 5a134fb

Browse files
committed
[PRMP-1465] correcting data for ssm param
1 parent 5a3387d commit 5a134fb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

infrastructure/ssm_parameters_user_restrictions.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ module "healthcare_worker_api_base_url" {
1010
ignore_value_changes = true
1111
}
1212

13-
data "aws_ssm_parameter" "hcw_api_url" {
14-
count = local.is_sandbox ? 0 : 1
15-
name = "/ndr/${terraform.workspace}/hcw_api_url"
13+
data "aws_ssm_parameter" "healthcare_worker_api_base_url" {
14+
name = "/ndr/${var.shared_infra_workspace}/hcw_api_url"
1615
}
1716

0 commit comments

Comments
 (0)