Modify : correction TXT file content
All checks were successful
terraform validation / Terraform (push) Successful in 11s
All checks were successful
terraform validation / Terraform (push) Successful in 11s
This commit is contained in:
parent
19a20c462d
commit
3b730dd859
@ -1,7 +1,7 @@
|
|||||||
resource "cloudflare_record" "txt-amazonses" {
|
resource "cloudflare_record" "txt-amazonses" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record E"
|
comment = "Domain verification record E"
|
||||||
content = "xxxxxxxx"
|
content = "\"xxxxxxxx\""
|
||||||
name = "_amazonses"
|
name = "_amazonses"
|
||||||
proxied = false
|
proxied = false
|
||||||
tags = []
|
tags = []
|
||||||
@ -12,7 +12,7 @@ resource "cloudflare_record" "txt-amazonses" {
|
|||||||
resource "cloudflare_record" "txt-dmarc" {
|
resource "cloudflare_record" "txt-dmarc" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record F"
|
comment = "Domain verification record F"
|
||||||
content = "v=DMARC1; p=none; pct=100; rua=mailto:dmarc@tips-of-mine.com; sp=none; aspf=r;"
|
content = "\"v=DMARC1; p=none; pct=100; rua=mailto:dmarc@tips-of-mine.com; sp=none; aspf=r;\""
|
||||||
name = "_dmarc"
|
name = "_dmarc"
|
||||||
proxied = false
|
proxied = false
|
||||||
tags = []
|
tags = []
|
||||||
@ -23,7 +23,7 @@ resource "cloudflare_record" "txt-dmarc" {
|
|||||||
resource "cloudflare_record" "txt-mandrill-domainkey" {
|
resource "cloudflare_record" "txt-mandrill-domainkey" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record G"
|
comment = "Domain verification record G"
|
||||||
content = "v=DKIM1; k=rsa; p=xxxxxxxx;"
|
content = "\"v=DKIM1; k=rsa; p=xxxxxxxx;\""
|
||||||
name = "mandrill._domainkey"
|
name = "mandrill._domainkey"
|
||||||
proxied = false
|
proxied = false
|
||||||
tags = []
|
tags = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user