Actualiser records_txt.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 16s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 16s
This commit is contained in:
@@ -32,17 +32,6 @@ resource "cloudflare_dns_record" "txt-mandrill-domainkey" {
|
|||||||
type = "TXT"
|
type = "TXT"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "txt-yunohost" {
|
|
||||||
zone_id = var.cloudflare_zone_id
|
|
||||||
comment = "Domain verification record S"
|
|
||||||
content = "\"v=spf1 a mx -all\""
|
|
||||||
name = "@"
|
|
||||||
proxied = false
|
|
||||||
tags = []
|
|
||||||
ttl = 3600
|
|
||||||
type = "TXT"
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "txt-mail-domainkey" {
|
resource "cloudflare_dns_record" "txt-mail-domainkey" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record Q"
|
comment = "Domain verification record Q"
|
||||||
|
Reference in New Issue
Block a user