Update proxmox.tf

This commit is contained in:
2025-08-23 18:31:15 +00:00
parent 7dca8f289b
commit 0dd13874fc

View File

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