Actualiser records_mx.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
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 J"
|
||||
comment = "Domain verification record M"
|
||||
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 M"
|
||||
comment = "Domain verification record K"
|
||||
content = "aspmx.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 K"
|
||||
comment = "Domain verification record J"
|
||||
content = "alt1.aspmx.tips-of-mine.org"
|
||||
name = "@"
|
||||
proxied = false
|
||||
|
Reference in New Issue
Block a user