From bac6ed1e9967d586de2b184c7986e95da09ba1d3 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 11:39:53 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proxmox.tf b/proxmox.tf index 4c98846..4d9769d 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -73,8 +73,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { initialization { ip_config { ipv4 { - address = "192.168.1.24/24" # IP estático + máscara de rede - gateway = "192.168.1.1" # Gateway da rede + address = "dhcp" # IP estático + máscara de rede } } user_account {