Actualiser records_txt.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:
@@ -30,3 +30,14 @@ resource "cloudflare_dns_record" "txt-mandrill-domainkey" {
|
|||||||
ttl = 300
|
ttl = 300
|
||||||
type = "TXT"
|
type = "TXT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resource "cloudflare_dns_record" "txt-yunohost" {
|
||||||
|
zone_id = var.cloudflare_zone_id
|
||||||
|
comment = "Domain verification record O"
|
||||||
|
content = "\"v=spf1 a mx -al\""
|
||||||
|
name = "@"
|
||||||
|
proxied = false
|
||||||
|
tags = []
|
||||||
|
ttl = 3600
|
||||||
|
type = "TXT"
|
||||||
|
}
|
Reference in New Issue
Block a user