mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
proxmox template
This commit is contained in:
@ -3,3 +3,9 @@ variable "proxmox_server" {
|
||||
type = string
|
||||
sensitive = false
|
||||
}
|
||||
|
||||
variable "proxmox_apikey" {
|
||||
description = "Proxmox server api key"
|
||||
type = string
|
||||
sensitive = false
|
||||
}
|
||||
Reference in New Issue
Block a user