diff --git a/proxmox.tf b/proxmox.tf index 8e36abe..f21a6c4 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -23,7 +23,7 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" { pool = "resource-pool" tags = "iac-tag" os_type = "ubuntu" - ipconfig0 = "ip=192.168.1.24\24" + ipconfig0 = "ip=192.168.1.24/24" cpu { cores = 2 sockets = 1