Update proxmox.tf

This commit is contained in:
2025-08-23 18:22:23 +00:00
parent 9f90cdb77c
commit ac37f39b7b

View File

@ -5,11 +5,11 @@ provider "proxmox" {
agent = true
username = var.proxmox_username_ssh
node {
adress = socks5_server = var.proxmox_server_ssh
adress = var.proxmox_server_ssh
name = var.proxmox_username_ssh # optional
port = 22
}
password = var.proxmox_pas
password = var.proxmox_pas
}
}