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:
@ -9,7 +9,7 @@ provider "proxmox" {
|
|||||||
name = var.proxmox_username_ssh # optional
|
name = var.proxmox_username_ssh # optional
|
||||||
port = 22
|
port = 22
|
||||||
}
|
}
|
||||||
password = var.proxmox_pas
|
password = var.proxmox_password_ssh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user