Skip to content

Commit

Permalink
chore(terraform): drop route53 zone mozilla-redirects.xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneiser committed Oct 11, 2024
1 parent af35f8d commit b4fb16f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions terraform/shared/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,3 @@ resource "aws_route53_delegation_set" "delegation_set" {
create_before_destroy = true
}
}

resource "aws_route53_zone" "mozilla-redirects" {
name = "mozilla-redirects.xyz"

delegation_set_id = aws_route53_delegation_set.delegation_set.id

tags = {
Name = "mozilla-redirects.xyz"
Purpose = "mozilla redirects master zone"
Terraform = "true"
}
}

0 comments on commit b4fb16f

Please sign in to comment.