Skip to content

Commit

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

resource "aws_route53_record" "run-v2-ooni-org-_CNAME_" {
name = "run-v2.ooni.org"
records = ["cname.vercel-dns.com"]
ttl = "300"
type = "CNAME"
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 fd335f3

Please sign in to comment.