init: copied modules from lawndale-infra
This commit is contained in:
4
lawndale-vm/locals.tf
Normal file
4
lawndale-vm/locals.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
locals {
|
||||
root_storage_pool = var.root_storage_pool != "" ? var.root_storage_pool : var.name
|
||||
root_storage_volume_name = var.root_storage_volume_name != "" ? "${var.root_storage_volume_name}.qcow2" : "${var.name}.qcow2"
|
||||
}
|
||||
Reference in New Issue
Block a user