Update proxmox.tf

This commit is contained in:
2025-08-24 16:16:39 +00:00
parent cf4211614d
commit b31d09964f

View File

@ -4,11 +4,7 @@ provider "proxmox" {
ssh { ssh {
agent = true agent = true
username = var.proxmox_username_ssh username = var.proxmox_username_ssh
node { socks5_server = var.proxmox_server_ssh
address = var.proxmox_server_ssh
name = var.proxmox_username_ssh # optional
port = 22
}
password = var.proxmox_password_ssh password = var.proxmox_password_ssh
} }
} }