We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68847d3 commit e4a64c7Copy full SHA for e4a64c7
1 file changed
infrastructure/terraform/components/dl/locals.tf
@@ -5,7 +5,7 @@ locals {
5
apim_api_key_ssm_parameter_name = "/${var.component}/${var.environment}/apim/api_key"
6
apim_private_key_ssm_parameter_name = "/${var.component}/${var.environment}/apim/private_key"
7
apim_keystore_s3_bucket = "nhs-${var.aws_account_id}-${var.region}-${var.environment}-${var.component}-static-assets"
8
- ssm_mesh_prefix = "/${var.component}/${var.environment}"
+ ssm_mesh_prefix = "/${var.component}/${var.environment}/mesh"
9
mock_mesh_endpoint = "s3://${module.s3bucket_non_pii_data.bucket}/mock-mesh"
10
root_domain_name = "${var.environment}.${local.acct.route53_zone_names["digital-letters"]}"
11
root_domain_id = local.acct.route53_zone_ids["digital-letters"]
0 commit comments