Actualiser records_txt.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s

This commit is contained in:
2025-08-04 21:28:30 +02:00
parent 129b485eca
commit aeebc253ba

View File

@@ -1,6 +1,6 @@
resource "cloudflare_dns_record" "txt-amazonses" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record R"
comment = "Domain verification record O"
content = "\"xxxxxxxx\""
name = "_amazonses"
proxied = false
@@ -11,7 +11,7 @@ resource "cloudflare_dns_record" "txt-amazonses" {
resource "cloudflare_dns_record" "txt-dmarc" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record S"
comment = "Domain verification record P"
# content = "\"v=DMARC1; p=none; pct=100; rua=mailto:dmarc@tips-of-mine.org; sp=none; aspf=r;\""
content = "\"v=DMARC1; p=none\""
name = "_dmarc"
@@ -23,7 +23,7 @@ resource "cloudflare_dns_record" "txt-dmarc" {
resource "cloudflare_dns_record" "txt-mandrill-domainkey" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record T"
comment = "Domain verification record Q"
content = "\"v=DKIM1; k=rsa; p=xxxxxxxx;\""
name = "mandrill._domainkey"
proxied = false