Terraform: Add Comment to managed DNS entries
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
3217c85264
commit
e9f8d7b668
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user