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:
@@ -11,4 +11,5 @@ resource "cloudflare_record" "records" {
|
|||||||
type = each.value.type
|
type = each.value.type
|
||||||
ttl = 1
|
ttl = 1
|
||||||
priority = each.value.type == "MX" ? each.value.priority : null
|
priority = each.value.type == "MX" ? each.value.priority : null
|
||||||
|
comment = "Managed by Terraform"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user