mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.tf
This commit is contained in:
@ -5,7 +5,7 @@ provider "proxmox" {
|
|||||||
agent = true
|
agent = true
|
||||||
username = var.proxmox_username_ssh
|
username = var.proxmox_username_ssh
|
||||||
node {
|
node {
|
||||||
adress = var.proxmox_server_ssh
|
address = var.proxmox_server_ssh
|
||||||
name = var.proxmox_username_ssh # optional
|
name = var.proxmox_username_ssh # optional
|
||||||
port = 22
|
port = 22
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user