File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
terraform/account-wide-infrastructure/prod Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11
2- /*
2+
33module "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- */
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ variable "assume_account" {
44
55variable "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+ }
You can’t perform that action at this time.
0 commit comments