generated from CC/VMServiceTemplate
local-run-ssh
This commit is contained in:
@@ -16,10 +16,11 @@ provider "proxmox" {
|
||||
endpoint = var.pm_api_url
|
||||
api_token = var.pm_api_token
|
||||
insecure = true
|
||||
# === FIX THIS ===
|
||||
ssh {
|
||||
agent = true
|
||||
username = "root"
|
||||
# private_key = file("~/.ssh/id_rsa") # alternative to agent
|
||||
password = "Ishimaru17"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user