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.variables.tf
This commit is contained in:
@ -32,3 +32,17 @@ variable "proxmox_apikey" {
|
|||||||
variable "node_name" {
|
variable "node_name" {
|
||||||
default = "fenix"
|
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