From dc48cbf4ab4a713e55272ebfb50feb1207eb265a Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Tue, 20 May 2025 01:51:14 -0500 Subject: [PATCH] config fix --- provider.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provider.tf b/provider.tf index a3a43de..995fe9a 100644 --- a/provider.tf +++ b/provider.tf @@ -18,11 +18,11 @@ variable "proxmox_api_url" { type = string } -variable "proxmox_api_token_id" { +variable "pm_user" { type = string } -variable "proxmox_api_token_secret" { +variable "pm_pass" { type = string }