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

This commit is contained in:
2025-08-04 21:32:07 +02:00
parent 68bf3bc3ad
commit ee292c1929

View File

@@ -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