mapletree/terraform/variables.tf
2026-01-28 09:43:57 -07:00

3 lines
No EOL
147 B
HCL

variable "pve_endpoint" { type = string }
variable "pve_token_id" { type = string }
variable "pve_token_secret" { type = string; sensitive = true }