diff --git a/provider.tf b/provider.tf index c2c7aeb..19b3317 100644 --- a/provider.tf +++ b/provider.tf @@ -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