Skip to content

Commit

Permalink
Drop dns record
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 10, 2024
1 parent be09422 commit dacd34e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tf/environments/prod/dns_records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,6 @@ resource "aws_route53_record" "run-test-ooni-org-_CNAME_" {
zone_id = local.dns_root_zone_ooni_org
}

resource "aws_route53_record" "shinri-ooni-org-_A_" {
name = "shinri.ooni.org"
records = ["93.115.25.177"]
ttl = "1799"
type = "A"
zone_id = local.dns_root_zone_ooni_org
}

resource "aws_route53_record" "shop-ooni-org-_CNAME_" {
name = "shop.ooni.org"
records = ["shops.myshopify.com"]
Expand Down

0 comments on commit dacd34e

Please sign in to comment.