update terraform for jefke

This commit is contained in:
Pim Kunis 2023-10-29 18:28:15 +01:00
parent 1acb61716e
commit a476680b82

View file

@ -47,6 +47,11 @@ module "bancomart" {
name = "bancomart" name = "bancomart"
domain_name = "tf-bancomart" domain_name = "tf-bancomart"
memory = 10240 memory = 10240
disk_pool = "disks"
cloudinit_pool = "cloudinit"
disk_base_pool = "images"
bridge_name = "bridgedmz"
providers = { providers = {
libvirt = libvirt.jefke libvirt = libvirt.jefke
} }