fix terraform module source
This commit is contained in:
parent
8a634be9ab
commit
c25e4ca41d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ provider "libvirt" {
|
||||||
}
|
}
|
||||||
|
|
||||||
module "debian" {
|
module "debian" {
|
||||||
source = "/home/pim/repos/tf-modules/debian"
|
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||||
name = "max"
|
name = "max"
|
||||||
domain_name = "tf-max"
|
domain_name = "tf-max"
|
||||||
memory = 1024 * 8
|
memory = 1024 * 8
|
||||||
|
|
Reference in a new issue