From 1c4024aba42396a4b78df666d929064a59d49410 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 17 Mar 2024 21:41:58 -0400 Subject: [PATCH] Accept Terraform default DNS zone comment (#47) --- dns.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/dns.tf b/dns.tf index 9616547..e70d40a 100644 --- a/dns.tf +++ b/dns.tf @@ -1,8 +1,6 @@ # TODO create NS and SOA records resource "aws_route53_zone" "apex" { - # TODO remove this: it's just to ensure a clean import `plan` - comment = "" name = "seagl.org" }