Terraform: Add Comment to managed DNS entries
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Tobias Manske 2023-09-14 07:55:53 +02:00
parent 3217c85264
commit e9f8d7b668
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}