Closed mihed closed 1 year ago
No DNS CAA is configured for the domain. Consider setting the following (assuming you're provisioning the certs through google)
resource "google_dns_record_set" "main_caa" { name = "kaptenenbrf.org." type = "CAA" managed_zone = google_dns_managed_zone.main.name ttl = 300 rrdatas = [ "0 issue \"pki.goog\"", "0 iodef \"mailto:styrelsen@kaptenenbrf.org\"" ] }
No DNS CAA is configured for the domain. Consider setting the following (assuming you're provisioning the certs through google)
resource "google_dns_record_set" "main_caa" { name = "kaptenenbrf.org." type = "CAA" managed_zone = google_dns_managed_zone.main.name ttl = 300 rrdatas = [ "0 issue \"pki.goog\"", "0 iodef \"mailto:styrelsen@kaptenenbrf.org\"" ] }