flask_token in provider.tf

This commit is contained in:
tolerryan
2025-11-04 01:16:53 -06:00
parent 86ce73c39b
commit 3597d75378

View File

@@ -24,6 +24,11 @@ variable "pm_pass" {
type = string
}
variable "flask_token" {
type = string
sensitive = true
}
provider "proxmox" {
pm_api_url = var.proxmox_api_url