try to fix git url

This commit is contained in:
Pim Kunis 2023-04-05 19:24:00 +02:00
parent b6e27f14ce
commit 3871b0edcc

2
debian/main.tf vendored
View file

@ -7,7 +7,7 @@ terraform {
} }
module "invariants" { module "invariants" {
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//invariants" source = "invariants"
} }
module "tf_debian_vm" { module "tf_debian_vm" {