Actualiser records_txt.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-07-05 20:12:27 +02:00
parent 549a3e6552
commit 2c3be46381

View File

@@ -1,4 +1,4 @@
resource "cloudflare_record" "txt-amazonses" {
resource "cloudflare_dns_record" "txt-amazonses" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record E"
content = "\"xxxxxxxx\""
@@ -9,7 +9,7 @@ resource "cloudflare_record" "txt-amazonses" {
type = "TXT"
}
resource "cloudflare_record" "txt-dmarc" {
resource "cloudflare_dns_record" "txt-dmarc" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record F"
content = "\"v=DMARC1; p=none; pct=100; rua=mailto:dmarc@tips-of-mine.org; sp=none; aspf=r;\""
@@ -20,7 +20,7 @@ resource "cloudflare_record" "txt-dmarc" {
type = "TXT"
}
resource "cloudflare_record" "txt-mandrill-domainkey" {
resource "cloudflare_dns_record" "txt-mandrill-domainkey" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record G"
content = "\"v=DKIM1; k=rsa; p=xxxxxxxx;\""