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:
@ -4,6 +4,12 @@ variable "proxmox_server" {
|
|||||||
sensitive = false
|
sensitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "proxmox_server_ssh" {
|
||||||
|
description = "Proxmox server ssh url"
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
variable "proxmox_apikey" {
|
variable "proxmox_apikey" {
|
||||||
description = "Proxmox server api key"
|
description = "Proxmox server api key"
|
||||||
type = string
|
type = string
|
||||||
|
|||||||
Reference in New Issue
Block a user