From d2a729c282d99b9c68d3ec5a587e587cb412e4e2 Mon Sep 17 00:00:00 2001 From: Ana Calva Date: Wed, 10 Apr 2024 14:26:35 +0200 Subject: [PATCH] source reset --- tests/templates/module.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/module.tpl b/tests/templates/module.tpl index 64223c5..aab4267 100644 --- a/tests/templates/module.tpl +++ b/tests/templates/module.tpl @@ -1,5 +1,5 @@ module "proxmox-vm" { - source = "../." + source = "git::https://github.com/stuttgart-things/proxmox-vm.git" pve_api_url = var.pve_api_url pve_api_user = var.pve_api_user pve_api_password = var.pve_api_password