Skip to content

Commit

Permalink
Merge pull request #685 from NHSDigital/feature/kabo5-NRL-847-ptl-rel…
Browse files Browse the repository at this point in the history
…eases

NRL-847 modify account wide infrastructure for INT release
  • Loading branch information
katebobyn-nhs authored Jul 9, 2024
2 parents 84c21ba + 9940971 commit 0fb1900
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion terraform/account-wide-infrastructure/test/domain.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,20 @@ module "int-custom-domain-name" {
mtls_certificate_file = "s3://${module.int-truststore-bucket.bucket_name}/${module.int-truststore-bucket.certificates_object_key}"
}

module "intsandbox-custom-domain-name" {

/*module "intsandbox-custom-domain-name" {
source = "../modules/env-custom-domain-name"
domain_name = var.intsandbox_api_domain_name
domain_zone = aws_route53_zone.test-int-ns.name
mtls_certificate_file = "s3://${module.int-truststore-bucket.bucket_name}/${module.int-truststore-bucket.certificates_object_key}"
}
*/

/*
module "ref-custom-domain-name" {
source = "../modules/env-custom-domain-name"
domain_name = var.ref_api_domain_name
domain_zone = aws_route53_zone.test-ref-ns.name
mtls_certificate_file = "s3://${module.ref-truststore-bucket.bucket_name}/${module.ref-truststore-bucket.certificates_object_key}"
}
*/
4 changes: 3 additions & 1 deletion terraform/account-wide-infrastructure/test/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ variable "qasandbox_api_domain_name" {

variable "int_api_domain_name" {
description = "The internal DNS name of the API Gateway for the int environment"
default = "api.int.record-locator.national.nhs.uk"
default = "int.api.record-locator.int.national.nhs.uk"
}

/*
variable "intsandbox_api_domain_name" {
description = "The internal DNS name of the API Gateway for the int sandbox environment"
default = "api-sandbox.int.record-locator.national.nhs.uk"
Expand All @@ -28,3 +29,4 @@ variable "ref_api_domain_name" {
description = "The internal DNS name of the API Gateway for the ref environment"
default = "api.ref.record-locator.national.nhs.uk"
}
*/

0 comments on commit 0fb1900

Please sign in to comment.