Actualiser records_txt.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled
This commit is contained in:
@@ -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;\""
|
||||
|
Reference in New Issue
Block a user