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