Update proxmox.tf

This commit is contained in:
2025-08-20 17:47:29 +00:00
parent f4f3142ba9
commit da4d9a256e

View File

@ -60,6 +60,10 @@ initialization {
gateway = "192.168.1.1" # Gateway da rede gateway = "192.168.1.1" # Gateway da rede
} }
} }
user_account {
password = "passexemplo",
username = "userexemplo"
}
} }
} }