Actualiser records_mx.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
resource "cloudflare_dns_record" "mx-alt0" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record G"
|
||||
comment = "Domain verification record L"
|
||||
content = "tips-of-mine.org"
|
||||
name = "@"
|
||||
proxied = false
|
||||
@@ -12,7 +12,7 @@ resource "cloudflare_dns_record" "mx-alt0" {
|
||||
|
||||
resource "cloudflare_dns_record" "mx-aspmx" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record H"
|
||||
comment = "Domain verification record M"
|
||||
content = "aspmx.l.tips-of-mine.org"
|
||||
name = "@"
|
||||
proxied = false
|
||||
@@ -24,7 +24,7 @@ resource "cloudflare_dns_record" "mx-aspmx" {
|
||||
|
||||
resource "cloudflare_dns_record" "mx-alt1" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record I"
|
||||
comment = "Domain verification record N"
|
||||
content = "alt1.aspmx.l.tips-of-mine.org"
|
||||
name = "@"
|
||||
proxied = false
|
||||
@@ -36,7 +36,7 @@ resource "cloudflare_dns_record" "mx-alt1" {
|
||||
|
||||
resource "cloudflare_dns_record" "mx-alt2" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record J"
|
||||
comment = "Domain verification record O"
|
||||
content = "alt2.aspmx.l.tips-of-mine.org"
|
||||
name = "@"
|
||||
proxied = false
|
||||
@@ -49,7 +49,7 @@ resource "cloudflare_dns_record" "mx-alt2" {
|
||||
|
||||
resource "cloudflare_dns_record" "mx-alt3" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record K"
|
||||
comment = "Domain verification record P"
|
||||
content = "alt3.aspmx.l.tips-of-mine.org"
|
||||
name = "@"
|
||||
proxied = false
|
||||
|
Reference in New Issue
Block a user