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,3 +1,15 @@
|
|||||||
|
resource "cloudflare_dns_record" "mx-alt0" {
|
||||||
|
zone_id = var.cloudflare_zone_id
|
||||||
|
comment = "Domain verification record J"
|
||||||
|
content = "tips-of-mine.org"
|
||||||
|
name = "@"
|
||||||
|
proxied = false
|
||||||
|
tags = []
|
||||||
|
ttl = 300
|
||||||
|
type = "MX"
|
||||||
|
priority = 10
|
||||||
|
}
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "mx-aspmx" {
|
resource "cloudflare_dns_record" "mx-aspmx" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record H"
|
comment = "Domain verification record H"
|
||||||
@@ -50,7 +62,7 @@ resource "cloudflare_dns_record" "mx-alt3" {
|
|||||||
|
|
||||||
resource "cloudflare_dns_record" "mx-alt4" {
|
resource "cloudflare_dns_record" "mx-alt4" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record L"
|
comment = "Domain verification record J"
|
||||||
content = "alt4.aspmx.l.tips-of-mine.org"
|
content = "alt4.aspmx.l.tips-of-mine.org"
|
||||||
name = "@"
|
name = "@"
|
||||||
proxied = false
|
proxied = false
|
||||||
|
Reference in New Issue
Block a user