change git domain

This commit is contained in:
Pim Kunis 2023-07-05 23:55:19 +02:00
parent 63e10816de
commit 38ca4c27db
3 changed files with 9 additions and 9 deletions

View file

@ -26,7 +26,7 @@ provider "libvirt" {
}
module "manager" {
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
source = "git::https://git.kun.is/home/tf-modules.git//debian"
name = "maestro"
domain_name = "tf-maestro"
memory = 1024
@ -38,7 +38,7 @@ module "manager" {
}
module "swarmpub1" {
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
source = "git::https://git.kun.is/home/tf-modules.git//debian"
name = "swarmpub1"
domain_name = "tf-swarmpub1"
memory = 1024 * 5
@ -49,7 +49,7 @@ module "swarmpub1" {
}
module "swarmpriv1" {
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
source = "git::https://git.kun.is/home/tf-modules.git//debian"
name = "swarmpriv1"
domain_name = "tf-swarmpriv1"
memory = 1024 * 5
@ -60,7 +60,7 @@ module "swarmpriv1" {
}
module "swarmpub2" {
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
source = "git::https://git.kun.is/home/tf-modules.git//debian"
name = "swarmpub2"
domain_name = "tf-swarmpub2"
memory = 1024 * 3
@ -71,7 +71,7 @@ module "swarmpub2" {
}
module "swarmpriv2" {
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
source = "git::https://git.kun.is/home/tf-modules.git//debian"
name = "swarmpriv2"
domain_name = "tf-swarmpriv2"
memory = 1024 * 3