Skip to content

Commit b4dda55

Browse files
committed
[NRL-804] Add prod custom-domain-name for prod to account-wide-infra TF
1 parent 12d6721 commit b4dda55

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11

2-
/*
2+
33
module "dev-custom-domain-name" {
44
source = "../modules/env-custom-domain-name"
55
domain_name = var.prod_api_domain_name
66
domain_zone = aws_route53_zone.prod-ns.name
77
mtls_certificate_file = "s3://${module.prod-truststore-bucket.bucket_name}/${module.prod-truststore-bucket.certificates_object_key}"
88
}
9-
*/

terraform/account-wide-infrastructure/prod/vars.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable "assume_account" {
44

55
variable "assume_role" {}
66

7-
/*variable "prod_api_domain_name" {
7+
variable "prod_api_domain_name" {
88
description = "The internal DNS name of the API Gateway for the prod environment"
9-
default = "api.record-locator.national.nhs.uk"
10-
}*/
9+
default = "prod.api.record-locator.national.nhs.uk"
10+
}

0 commit comments

Comments
 (0)