Actualiser records_caa.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s

This commit is contained in:
2025-08-04 16:37:07 +02:00
parent 0c31cffa43
commit 5fddb9dfc8

View File

@@ -4,7 +4,7 @@ resource "cloudflare_dns_record" "caa-root" {
data = { data = {
flags = "0" flags = "0"
tag = "issue" tag = "issue"
value = "letsencrypt.org" value = "\"letsencrypt.org\""
} }
name = "@" name = "@"
proxied = false proxied = false