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.variables.tf
This commit is contained in:
@ -32,3 +32,17 @@ variable "proxmox_apikey" {
|
||||
variable "node_name" {
|
||||
default = "fenix"
|
||||
}
|
||||
|
||||
variable "proxmox_VM_username"
|
||||
{
|
||||
description = "Proxmox VM user name"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "proxmox_VM_password"
|
||||
{
|
||||
description = "Proxmox VM password"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user