Skip to content

Commit

Permalink
Update r53_0-security-gov-uk.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Jul 31, 2024
1 parent 0450b5a commit ccd27c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dns/r53_0-security-gov-uk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_route53_record" "a-prod" {
type = "A"

alias {
name = "d1olglap7yrqp9.cloudfront.net."
name = "dva8rm30cjiak.cloudfront.net."
zone_id = "Z2FDTNDATAQYW2"
evaluate_target_health = false
}
Expand All @@ -29,7 +29,7 @@ resource "aws_route53_record" "www-a-prod" {
type = "A"

alias {
name = "d1olglap7yrqp9.cloudfront.net."
name = "dva8rm30cjiak.cloudfront.net."
zone_id = "Z2FDTNDATAQYW2"
evaluate_target_health = false
}
Expand All @@ -41,7 +41,7 @@ resource "aws_route53_record" "aaaa-prod" {
type = "AAAA"

alias {
name = "d1olglap7yrqp9.cloudfront.net."
name = "dva8rm30cjiak.cloudfront.net."
zone_id = "Z2FDTNDATAQYW2"
evaluate_target_health = false
}
Expand All @@ -53,7 +53,7 @@ resource "aws_route53_record" "www-aaaa-prod" {
type = "AAAA"

alias {
name = "d1olglap7yrqp9.cloudfront.net."
name = "dva8rm30cjiak.cloudfront.net."
zone_id = "Z2FDTNDATAQYW2"
evaluate_target_health = false
}
Expand Down

0 comments on commit ccd27c5

Please sign in to comment.