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:
@@ -7,10 +7,6 @@ resource "cloudflare_dns_record" "cname-www" {
|
|||||||
tags = []
|
tags = []
|
||||||
ttl = 3600
|
ttl = 3600
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
settings = {
|
|
||||||
ipv4_only = true
|
|
||||||
ipv6_only = false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "cname-mail" {
|
resource "cloudflare_dns_record" "cname-mail" {
|
||||||
@@ -22,8 +18,4 @@ resource "cloudflare_dns_record" "cname-mail" {
|
|||||||
tags = []
|
tags = []
|
||||||
ttl = 3600
|
ttl = 3600
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
settings = {
|
|
||||||
ipv4_only = true
|
|
||||||
ipv6_only = false
|
|
||||||
}
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user