feat: add OPENTOFU comment to iac-controlled records

This commit is contained in:
Jan-Ole Hübner 2024-05-25 14:07:32 +02:00
parent 628c47de98
commit 36c10033c6

View file

@ -37,4 +37,5 @@ for_each = {
value = each.value.record_value
ttl = 300
priority = each.value.record_type == "MX" ? tonumber(each.value.extra_data) : 0
comment = "OpenTofu"
}