Skip to content

Commit

Permalink
Remove deleted hosts from DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 6, 2024
1 parent 2db24ad commit 49a6e2b
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions tf/environments/prod/dns_records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -862,14 +862,6 @@ resource "aws_route53_record" "test-qemu-infra-ooni-io-_A_" {
zone_id = local.dns_root_zone_ooni_io
}

resource "aws_route53_record" "wcth-ooni-io-_A_" {
name = "wcth.ooni.io"
records = ["37.218.245.117"]
ttl = "60"
type = "A"
zone_id = local.dns_root_zone_ooni_io
}

resource "aws_route53_record" "www-ooni-io-_CNAME_" {
name = "www.ooni.io"
records = ["ooni.netlify.com"]
Expand All @@ -886,30 +878,6 @@ resource "aws_route53_record" "ams-ps-ooni-nu-_A_" {
zone_id = local.dns_root_zone_ooni_nu
}

resource "aws_route53_record" "ams-wcth-ooni-nu-_A_" {
name = "ams-wcth.ooni.nu"
records = ["37.218.245.114"]
ttl = "300"
type = "A"
zone_id = local.dns_root_zone_ooni_nu
}

resource "aws_route53_record" "ams-wcth2-ooni-nu-_A_" {
name = "ams-wcth2.ooni.nu"
records = ["37.218.247.47"]
ttl = "300"
type = "A"
zone_id = local.dns_root_zone_ooni_nu
}

resource "aws_route53_record" "ams-wcth3-ooni-nu-_A_" {
name = "ams-wcth3.ooni.nu"
records = ["37.218.245.117"]
ttl = "300"
type = "A"
zone_id = local.dns_root_zone_ooni_nu
}

resource "aws_route53_record" "amsmatomo-ooni-nu-_A_" {
name = "amsmatomo.ooni.nu"
records = ["37.218.242.173"]
Expand Down

0 comments on commit 49a6e2b

Please sign in to comment.