Compare commits
2 Commits
f2864ecc84
...
6a9181d1b4
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | 6a9181d1b4 | |
Philippe Caseiro | 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}"
|
||||||
|
}
|
|
@ -92,5 +92,5 @@ variable "graphics" {
|
||||||
variable "imagemode" {
|
variable "imagemode" {
|
||||||
description = "Disk image mode"
|
description = "Disk image mode"
|
||||||
type = string
|
type = string
|
||||||
default = "0600"
|
default = "600"
|
||||||
}
|
}
|
Loading…
Reference in New Issue