Skip to content

Commit

Permalink
CC-2437: update validation to core vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
SahidKhan89 committed Mar 15, 2024
1 parent 554828b commit 8fcca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ccms-ebs/ccms-certificates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "aws_route53_record" "external_validation" {
}
}

provider = aws.core-vpc
provider = local.cert_opts[0].domain_name == "modernisation-platform.service.justice.gov.uk" ? aws.core-network-services : aws.core-vpc

allow_overwrite = true
name = each.value.name
Expand Down

0 comments on commit 8fcca72

Please sign in to comment.