Update proxmox.tf

This commit is contained in:
2025-08-20 16:20:45 +00:00
parent 01785179e3
commit 84bfa669f6

View File

@ -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"
}
}