Files
terraform/proxmox/network.auto.tfvars
T

15 lines
268 B
HCL
Raw Normal View History

2026-09-02 21:14:55 -04:00
ipv4_gateway = "10.96.10.254"
ipv4_subnet_mask = 24
ipv6_gateway = null
ipv4_nameservers = [
{address = "10.96.10.254"}
]
ipv6_ntp_servers = []
search_domains = [
"balsillie.net",
"balsillie.house"
]
ipv4_ntp_servers = [
"10.96.10.254"
]
ipv6_nameservers = []