Files
proxmox-packer/tests/network/test-static.pkrvars.hcl
2024-12-09 22:39:52 +00:00

4 lines
135 B
HCL

vm_ip_address = "192.168.100.192"
vm_ip_netmask = 24
vm_ip_gateway = "192.168.100.1"
vm_dns_list = ["192.168.100.3", "192.168.100.1"]