We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3387d commit 5a134fbCopy full SHA for 5a134fb
1 file changed
infrastructure/ssm_parameters_user_restrictions.tf
@@ -10,8 +10,7 @@ module "healthcare_worker_api_base_url" {
10
ignore_value_changes = true
11
}
12
13
-data "aws_ssm_parameter" "hcw_api_url" {
14
- count = local.is_sandbox ? 0 : 1
15
- name = "/ndr/${terraform.workspace}/hcw_api_url"
+data "aws_ssm_parameter" "healthcare_worker_api_base_url" {
+ name = "/ndr/${var.shared_infra_workspace}/hcw_api_url"
16
17
0 commit comments