Skip to content

Commit 5830910

Browse files
committed
CCM-12615: APIM Authentication
1 parent 2a6c34d commit 5830910

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • infrastructure/terraform/components/dl

infrastructure/terraform/components/dl/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55
apim_api_key_ssm_parameter_name = "/${var.component}/${var.environment}/apim/api_key"
66
apim_private_key_ssm_parameter_name = "/${var.component}/${var.environment}/apim/private_key"
77
apim_keystore_s3_bucket = "nhs-${var.aws_account_id}-${var.region}-${var.environment}-${var.component}-static-assets"
8-
root_domain_name = "${var.environment}.${local.acct.route53_zone_names["letters"]}"
9-
root_domain_id = local.acct.route53_zone_ids["letters"]
8+
root_domain_name = "${var.environment}.${local.acct.route53_zone_names["digital-letters"]}"
9+
root_domain_id = local.acct.route53_zone_ids["digital-letters"]
1010
ttl_shard_count = 3
1111
}

0 commit comments

Comments
 (0)