try to fix git url
This commit is contained in:
parent
b6e27f14ce
commit
3871b0edcc
1 changed files with 1 additions and 1 deletions
2
debian/main.tf
vendored
2
debian/main.tf
vendored
|
@ -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" {
|
||||||
|
|
Reference in a new issue