Compare commits
2 Commits
f2864ecc84
...
6a9181d1b4
Author | SHA1 | Date | |
---|---|---|---|
6a9181d1b4 | |||
e07fd1c49d |
6
modules/virtualMachine/locals.tf
Normal file
6
modules/virtualMachine/locals.tf
Normal file
@ -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}"
|
||||
}
|
@ -92,5 +92,5 @@ variable "graphics" {
|
||||
variable "imagemode" {
|
||||
description = "Disk image mode"
|
||||
type = string
|
||||
default = "0600"
|
||||
default = "600"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user