Only add IPv4 address for PVE sys domain
For some reason, ipv6 doesn't really work with my current setup. It'll change at another time, so it's future me's problem
This commit is contained in:
parent
56bfe544e4
commit
6a14679edf
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ resource "cloudflare_record" "sys_domain_walker_v6" {
|
||||||
resource "cloudflare_record" "sys_domain_pve" {
|
resource "cloudflare_record" "sys_domain_pve" {
|
||||||
zone_id = cloudflare_zone.theorangeonenet.id
|
zone_id = cloudflare_zone.theorangeonenet.id
|
||||||
name = "pve.sys"
|
name = "pve.sys"
|
||||||
value = cloudflare_record.sys_domain_casey.hostname
|
value = linode_instance.casey.ip_address
|
||||||
type = "CNAME"
|
type = "A"
|
||||||
ttl = 1
|
ttl = 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue