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