removing test DNS endpoint

This commit is contained in:
2026-03-07 00:13:39 -08:00
parent eea4c61537
commit c6ac0b0cc3

View File

@@ -33,11 +33,3 @@ resource "aws_route53_record" "temper-tv-mx" {
"50 fb.mail.gandi.net.",
]
}
resource "aws_route53_record" "temper-tv-test" {
zone_id = aws_route53_zone.temper-tv.id
name = "test.temper.tv"
type = "A"
ttl = 300
records = [ var.vke_lb ]
}