Actualiser records_cname.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s
This commit is contained in:
@@ -7,6 +7,10 @@ resource "cloudflare_dns_record" "cname-www" {
|
||||
tags = []
|
||||
ttl = 3600
|
||||
type = "CNAME"
|
||||
settings = {
|
||||
ipv4_only = true
|
||||
ipv6_only = false
|
||||
}
|
||||
}
|
||||
|
||||
resource "cloudflare_dns_record" "cname-mail" {
|
||||
@@ -18,4 +22,8 @@ resource "cloudflare_dns_record" "cname-mail" {
|
||||
tags = []
|
||||
ttl = 3600
|
||||
type = "CNAME"
|
||||
settings = {
|
||||
ipv4_only = true
|
||||
ipv6_only = false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user