Compare commits
No commits in common. "6a9181d1b4ffc08b9d3e3dfb9fe9b16b545b1422" and "f2864ecc843424af49199f800b778a8438aca17d" have entirely different histories.
6a9181d1b4
...
f2864ecc84
|
@ -1,6 +0,0 @@
|
|||
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 = "600"
|
||||
default = "0600"
|
||||
}
|
Loading…
Reference in New Issue