From 2bf40c11556b29df456694ec12118b1bdc1282ed Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 4 May 2025 23:46:51 -0500 Subject: [PATCH] comment a var --- provider.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/provider.tf b/provider.tf index ca2877f..13334fb 100644 --- a/provider.tf +++ b/provider.tf @@ -22,9 +22,9 @@ variable "proxmox_api_token_id" { type = string } -variable "proxmox_api_token_secret" { - type = string -} +#variable "proxmox_api_token_secret" { +# type = string +#} provider "proxmox" {