diff --git a/proxmox.tf b/proxmox.tf index 199b6cd..814ded8 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -57,7 +57,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { initialization { ip_config { ipv4 { - address = "192.168.1.24" + address = "192.168.1.24/24" } }