Actualiser records_caa.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 20s

This commit is contained in:
2025-08-04 16:29:52 +02:00
parent 6fe6ed716b
commit 2977ee128c

View File

@@ -1,8 +1,11 @@
resource "cloudflare_dns_record" "caa-root" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record N"
issue = ["letsencrypt.org"]
issuewild = [";"]
data = {
flags = "0"
tag = "issue"
value = "letsencrypt.org"
}
name = "@"
proxied = false
tags = []