Update proxmox.tf

This commit is contained in:
2025-08-24 17:48:32 +00:00
parent 7d590e5374
commit 553deaa557

View File

@ -6,6 +6,12 @@ provider "proxmox" {
username = var.proxmox_username_ssh
socks5_server = var.proxmox_server_ssh
password = var.proxmox_password_ssh
node {
name = "fenix"
address = "127.0.0.1"
port = 1081
}
}
}