Actualiser records_mx.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 6s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 6s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
resource "cloudflare_dns_record" "mx-alt0" {
|
resource "cloudflare_dns_record" "mx-alt0" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record J"
|
comment = "Domain verification record G"
|
||||||
content = "tips-of-mine.org"
|
content = "tips-of-mine.org"
|
||||||
name = "@"
|
name = "@"
|
||||||
proxied = false
|
proxied = false
|
||||||
@@ -19,7 +19,7 @@ resource "cloudflare_dns_record" "mx-aspmx" {
|
|||||||
tags = []
|
tags = []
|
||||||
ttl = 300
|
ttl = 300
|
||||||
type = "MX"
|
type = "MX"
|
||||||
priority = 10
|
priority = 20
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "mx-alt1" {
|
resource "cloudflare_dns_record" "mx-alt1" {
|
||||||
@@ -31,7 +31,7 @@ resource "cloudflare_dns_record" "mx-alt1" {
|
|||||||
tags = []
|
tags = []
|
||||||
ttl = 300
|
ttl = 300
|
||||||
type = "MX"
|
type = "MX"
|
||||||
priority = 20
|
priority = 30
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "mx-alt2" {
|
resource "cloudflare_dns_record" "mx-alt2" {
|
||||||
@@ -43,7 +43,7 @@ resource "cloudflare_dns_record" "mx-alt2" {
|
|||||||
tags = []
|
tags = []
|
||||||
ttl = 300
|
ttl = 300
|
||||||
type = "MX"
|
type = "MX"
|
||||||
priority = 30
|
priority = 40
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ resource "cloudflare_dns_record" "mx-alt3" {
|
|||||||
tags = []
|
tags = []
|
||||||
ttl = 300
|
ttl = 300
|
||||||
type = "MX"
|
type = "MX"
|
||||||
priority = 40
|
priority = 50
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -69,6 +69,6 @@ resource "cloudflare_dns_record" "mx-alt4" {
|
|||||||
tags = []
|
tags = []
|
||||||
ttl = 300
|
ttl = 300
|
||||||
type = "MX"
|
type = "MX"
|
||||||
priority = 40
|
priority = 60
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user