From b6e27f14cedb427c6fbfd50c37fa9f4fd2e5da06 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 5 Apr 2023 19:21:28 +0200 Subject: [PATCH] fix git link --- debian/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/main.tf b/debian/main.tf index 2a3448d..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/invariants" + source = "git::https://git.pim.kunis.nl/home/tf-modules.git//invariants" } module "tf_debian_vm" {