Actualiser records_cname.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 17s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 17s
This commit is contained in:
@@ -41,39 +41,3 @@ resource "cloudflare_dns_record" "cname-alt1-aspmx" {
|
||||
ttl = 3600
|
||||
type = "CNAME"
|
||||
}
|
||||
|
||||
#resource "cloudflare_dns_record" "mx-alt2" {
|
||||
# zone_id = var.cloudflare_zone_id
|
||||
# comment = "Domain verification record I"
|
||||
# content = "alt2.aspmx.l.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 J"
|
||||
# content = "alt3.aspmx.l.tips-of-mine.org"
|
||||
# name = "@"
|
||||
# proxied = false
|
||||
# tags = []
|
||||
# ttl = 300
|
||||
# type = "MX"
|
||||
# priority = 40
|
||||
#}
|
||||
|
||||
#resource "cloudflare_dns_record" "mx-alt4" {
|
||||
# zone_id = var.cloudflare_zone_id
|
||||
# comment = "Domain verification record K"
|
||||
# content = "alt4.aspmx.l.tips-of-mine.org"
|
||||
# name = "@"
|
||||
# proxied = false
|
||||
# tags = []
|
||||
# ttl = 300
|
||||
# type = "MX"
|
||||
# priority = 40
|
||||
#}
|
||||
|
Reference in New Issue
Block a user