From ee292c192900f1c9f66ddcc867909d829e077cfa Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 21:32:07 +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 5208dd7..c8bbd2d 100644 --- a/records_txt.tf +++ b/records_txt.tf @@ -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 Q" + comment = "Domain verification record R" content = "\"v=DKIM1; k=rsa; p=xxxxxxxx;\"" name = "mandrill._domainkey" proxied = false @@ -45,7 +45,7 @@ resource "cloudflare_dns_record" "txt-yunohost" { resource "cloudflare_dns_record" "txt-mail-domainkey" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record V" + comment = "Domain verification record Q" content = "\"v=DKIM1; h=sha256; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxR3mgKVD2xC8EbsgvrTZZJLvBFdPPRFPQIyMplnY6mC6pi7Jn4b/FFAggWRHEN3gh50BheYePa8DItTXLPl9WemSCL9TUsbM3S9p19qx5iuT7hFLGl2C54Ps0z7Jh5XIlxUHKIl22vNlACPG548BG4N1qz1lYNHlSRmUgBUJsCQIDAQAB\"" name = "mail._domainkey" proxied = false @@ -56,7 +56,7 @@ resource "cloudflare_dns_record" "txt-mail-domainkey" { resource "cloudflare_dns_record" "txt-tips-of-mine" { zone_id = var.cloudflare_zone_id - comment = "Domain verification record W" + comment = "Domain verification record S" content = "\"v=spf1 a mx -all\"" name = "@" proxied = false