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" { resource "cloudflare_dns_record" "caa-root" {
zone_id = var.cloudflare_zone_id zone_id = var.cloudflare_zone_id
comment = "Domain verification record N" comment = "Domain verification record N"
issue = ["letsencrypt.org"] data = {
issuewild = [";"] flags = "0"
tag = "issue"
value = "letsencrypt.org"
}
name = "@" name = "@"
proxied = false proxied = false
tags = [] tags = []