mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
6 lines
112 B
HCL
6 lines
112 B
HCL
variable "proxmox_server" {
|
|
description = "Proxmox server URL"
|
|
type = string
|
|
sensitive = false
|
|
}
|