fix terraform module source

This commit is contained in:
Pim Kunis 2023-04-26 14:59:04 +02:00
parent 8a634be9ab
commit c25e4ca41d

View file

@ -16,7 +16,7 @@ provider "libvirt" {
}
module "debian" {
source = "/home/pim/repos/tf-modules/debian"
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
name = "max"
domain_name = "tf-max"
memory = 1024 * 8