Add CAA records
This commit is contained in:
@ -41,3 +41,13 @@ resource "gandi_livedns_record" "orngone_apex" {
|
||||
linode_instance.casey.ip_address
|
||||
]
|
||||
}
|
||||
|
||||
resource "gandi_livedns_record" "orngone_caa" {
|
||||
zone = gandi_livedns_domain.orngone.id
|
||||
name = "@"
|
||||
type = "CAA"
|
||||
ttl = 3600
|
||||
values = [
|
||||
"0 issue \"letsencrypt.org\""
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user