From bdfbdeef145ca7c7887658875e045b8f9d8b8ede Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 5 Apr 2023 19:29:33 +0200 Subject: [PATCH] update... --- debian/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/main.tf b/debian/main.tf index 355435f..4a3295a 100644 --- a/debian/main.tf +++ b/debian/main.tf @@ -7,7 +7,7 @@ terraform { } module "invariants" { - source = "git::https://git.pim.kunis.nl/home/tf-modules.git" + source = "git::https://git.pim.kunis.nl/home/tf-modules.git//invariants" } module "tf_debian_vm" {