diff --git a/tf-stage-1/modules/dns/dns.tf b/tf-stage-1/modules/dns/dns.tf index 149d656..2418743 100644 --- a/tf-stage-1/modules/dns/dns.tf +++ b/tf-stage-1/modules/dns/dns.tf @@ -11,4 +11,5 @@ resource "cloudflare_record" "records" { type = each.value.type ttl = 1 priority = each.value.type == "MX" ? each.value.priority : null + comment = "Managed by Terraform" }