Merge pull request 'fenix-admin' (#76) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-teste#76
This commit is contained in:
2025-08-23 18:23:55 +00:00

View File

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