Files
n005char@gmail.com fa588a40fe first
2026-05-05 12:26:00 +03:00

9 lines
113 B
Terraform

variable "pve_api_endpoint" {
type = string
}
variable "pve_api_token" {
type = string
sensitive = true
}