Fix CAA syntax

This commit is contained in:
Jake Howard 2026-02-27 22:59:06 +00:00
parent 261c8748ff
commit ab42bc2c6d
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -336,6 +336,6 @@ resource "desec_rrset" "jakehowardtech_caa" {
ttl = local.dns_ttl_default
records = [
"0 issue \"letsencrypt.org\"",
"0 wildissue \"letsencrypt.org\"",
"0 issuewild \"letsencrypt.org\"",
]
}

View file

@ -254,6 +254,6 @@ resource "desec_rrset" "theorangeonenet_caa" {
ttl = local.dns_ttl_default
records = [
"0 issue \"letsencrypt.org\"",
"0 wildissue \"letsencrypt.org\"",
"0 issuewild \"letsencrypt.org\"",
]
}