Actualiser records_caa.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 20s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 20s
This commit is contained in:
@@ -1,8 +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"
|
||||||
issue = ["letsencrypt.org"]
|
data = {
|
||||||
issuewild = [";"]
|
flags = "0"
|
||||||
|
tag = "issue"
|
||||||
|
value = "letsencrypt.org"
|
||||||
|
}
|
||||||
name = "@"
|
name = "@"
|
||||||
proxied = false
|
proxied = false
|
||||||
tags = []
|
tags = []
|
||||||
|
Reference in New Issue
Block a user