mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update proxmox.tf
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user