From 843de2f9a201fbe8263477c100cc7056991454e3 Mon Sep 17 00:00:00 2001 From: mistsage2 Date: Sat, 18 Oct 2025 10:10:33 -0400 Subject: [PATCH] Attempt 2 lol --- provider.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/provider.tf b/provider.tf index 3bfe2d0..97852d8 100644 --- a/provider.tf +++ b/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers{ proxmox = { - source = "/telmate/proxmox" + source = "telmate/proxmox" } } } @@ -24,4 +24,5 @@ provider "proxmox" { pm_api_url = var.proxmox_api_url pm_api_token_id = var.proxmox_api_token_id pm_api_token_secret = var proxmox_api_token_secret + } \ No newline at end of file