fix(module): adding missing file
This commit is contained in:
parent
f2864ecc84
commit
e07fd1c49d
|
@ -0,0 +1,6 @@
|
||||||
|
locals {
|
||||||
|
fqdn = "${var.vm_shortname}.${var.vm_domain}"
|
||||||
|
system_image_name = "system.${local.fqdn}"
|
||||||
|
system_image_source = var.system_image_source
|
||||||
|
data_image_name = "data.${local.fqdn}"
|
||||||
|
}
|
Loading…
Reference in New Issue