Skip to content

Commit

Permalink
Public-ish records should not contain tier1 in them
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 5, 2024
1 parent 81a46c6 commit 62da84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/environments/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ resource "aws_route53_record" "clickhouse_dns" {

resource "aws_route53_record" "alb_dns" {
zone_id = local.dns_zone_ooni_io
name = "dataapi.tier1.prod.ooni.io"
name = "dataapi.prod.ooni.io"
type = "A"

alias {
Expand All @@ -574,7 +574,7 @@ resource "aws_route53_record" "alb_dns" {
# ACM TLS

resource "aws_acm_certificate" "dataapi" {
domain_name = "dataapi.tier1.prod.ooni.io"
domain_name = "dataapi.prod.ooni.io"
validation_method = "DNS"

tags = local.tags
Expand Down

0 comments on commit 62da84e

Please sign in to comment.