mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
11 lines
228 B
HCL
11 lines
228 B
HCL
variable "proxmox_server" {
|
|
description = "Proxmox server URL"
|
|
type = string
|
|
sensitive = false
|
|
}
|
|
|
|
variable "proxmox_apikey" {
|
|
description = "Proxmox server api key"
|
|
type = string
|
|
sensitive = false
|
|
} |