feat: add OPENTOFU comment to iac-controlled records
This commit is contained in:
parent
628c47de98
commit
36c10033c6
1 changed files with 1 additions and 0 deletions
1
main.tf
1
main.tf
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue