tweaking configuration to at least provision a VM

This commit is contained in:
2025-02-03 20:40:44 +00:00
parent 4f8ac31931
commit 631afcafba
2 changed files with 46 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ provider "proxmox" {
api_token = var.proxmox_api_token
insecure = false
ssh {
agent = true
username = "root"
agent = false
#username = "root"
}
}