update terraform for jefke
This commit is contained in:
parent
1acb61716e
commit
a476680b82
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ module "bancomart" {
|
|||
name = "bancomart"
|
||||
domain_name = "tf-bancomart"
|
||||
memory = 10240
|
||||
disk_pool = "disks"
|
||||
cloudinit_pool = "cloudinit"
|
||||
disk_base_pool = "images"
|
||||
bridge_name = "bridgedmz"
|
||||
|
||||
providers = {
|
||||
libvirt = libvirt.jefke
|
||||
}
|
||||
|
|
Reference in a new issue