mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'Update proxmox.tf' (#72) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#72
This commit is contained in:
@ -3,7 +3,7 @@ provider "proxmox" {
|
|||||||
api_token = var.proxmox_apikey
|
api_token = var.proxmox_apikey
|
||||||
ssh {
|
ssh {
|
||||||
agent = true
|
agent = true
|
||||||
username = proxmox_username_ssh
|
username = var.proxmox_username_ssh
|
||||||
socks5_server = var.proxmox_server_ssh
|
socks5_server = var.proxmox_server_ssh
|
||||||
socks5_username = var.proxmox_username_ssh # optional
|
socks5_username = var.proxmox_username_ssh # optional
|
||||||
socks5_password = var.proxmox_password_ssh # optional
|
socks5_password = var.proxmox_password_ssh # optional
|
||||||
|
|||||||
Reference in New Issue
Block a user