From 81f5db6516dcd578d737334dff31a819c30c0a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Limpinho?= <53994778+TomasLimpinho@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:48:08 +0100 Subject: [PATCH] var correction --- proxmox.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox.tf b/proxmox.tf index 6bbcb9c..a9dcde6 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -1,7 +1,7 @@ provider "proxmox" { - endpoint = var.virtual_environment_endpoint - api_token = var.virtual_environment_token + endpoint = var.proxmox_server + api_token = var.proxmox_apikey ssh { agent = true username = "terraform"