Update proxmox.tf

This commit is contained in:
2025-08-25 11:13:12 +00:00
parent 9585a0a3c7
commit 8e703a3ba0

View File

@ -77,6 +77,10 @@ initialization {
gateway = "192.168.1.1" # Gateway da rede gateway = "192.168.1.1" # Gateway da rede
} }
} }
user_account {
password = "testepassword"
username = "testeuser"
}
} }
} }