Actualiser records_caa.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
This commit is contained in:
@@ -1,7 +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"
|
||||||
content = "0 issue \"letsencrypt.or\""
|
data = {
|
||||||
|
flags = "0"
|
||||||
|
tag = "issue"
|
||||||
|
value = "letsencrypt.org"
|
||||||
|
}
|
||||||
name = "@"
|
name = "@"
|
||||||
proxied = false
|
proxied = false
|
||||||
tags = []
|
tags = []
|
||||||
|
Reference in New Issue
Block a user