From aeebc253bab2fa00f2bf8adb8b820b7586c36656 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 21:28:30 +0200 Subject: [PATCH] Actualiser records_txt.tf --- records_txt.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/records_txt.tf b/records_txt.tf index e225cc2..5208dd7 100644 --- a/records_txt.tf +++ b/records_txt.tf @@ -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