variable "name" {
type = string
}
variable "ram" {
type = number
description = "In MiB"
variable "storage" {
description = "In GiB"
variable "mac" {
description = "MAC address"
default = null
variable "static_ip" {
variable "data_disk" {