Skip to content

Commit

Permalink
removing for system status recreate (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Jun 20, 2024
1 parent 90861d2 commit 43bf308
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions terraform/notification.canada.ca-zone.tf
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,3 @@ resource "aws_route53_record" "status-notification-validation-CNAME" {
ttl = "300"
}

resource "aws_route53_record" "system-status-notification-canada-ca-cname" {
zone_id = aws_route53_zone.notification-canada-ca-public.zone_id
name = "status.notification.canada.ca"
type = "CNAME"
records = [
"d2ica3mejnwxm3.cloudfront.net"
]
ttl = "300"
}

0 comments on commit 43bf308

Please sign in to comment.