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:
@@ -34,27 +34,3 @@ resource "cloudflare_dns_record" "mx-alt1" {
|
||||
priority = 30
|
||||
}
|
||||
|
||||
resource "cloudflare_dns_record" "mx-alt2" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record O"
|
||||
content = "alt2.aspmx.tips-of-mine.org"
|
||||
name = "@"
|
||||
proxied = false
|
||||
tags = []
|
||||
ttl = 300
|
||||
type = "MX"
|
||||
priority = 40
|
||||
}
|
||||
|
||||
|
||||
resource "cloudflare_dns_record" "mx-alt3" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record P"
|
||||
content = "alt3.aspmx.tips-of-mine.org"
|
||||
name = "@"
|
||||
proxied = false
|
||||
tags = []
|
||||
ttl = 300
|
||||
type = "MX"
|
||||
priority = 50
|
||||
}
|
||||
|
Reference in New Issue
Block a user