diff --git a/proxmox.tf b/proxmox.tf index 09b8e38..78ecaa2 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -77,6 +77,10 @@ initialization { gateway = "192.168.1.1" # Gateway da rede } } + user_account { + password = "testepassword" + username = "testeuser" + } } }