mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Merge pull request 'Update proxmox.tf' (#74) from fenix-gitea-admin-patch-2 into main
Reviewed-on: fenix-gitea-admin/iac-teste#74
This commit is contained in:
12
proxmox.tf
12
proxmox.tf
@ -4,11 +4,13 @@ provider "proxmox" {
|
||||
ssh {
|
||||
agent = true
|
||||
username = var.proxmox_username_ssh
|
||||
socks5_server = var.proxmox_server_ssh
|
||||
socks5_username = var.proxmox_username_ssh # optional
|
||||
socks5_password = var.proxmox_password_ssh # optional
|
||||
|
||||
}
|
||||
node {
|
||||
adress = socks5_server = var.proxmox_server_ssh
|
||||
name = var.proxmox_username_ssh # optional
|
||||
port = 22
|
||||
}
|
||||
password = var.proxmox_pas
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user