13 lines
162 B
HCL
13 lines
162 B
HCL
variable "name" {
|
|
type = string
|
|
}
|
|
|
|
variable "ram" {
|
|
type = number
|
|
description = "In MiB"
|
|
}
|
|
|
|
variable "storage" {
|
|
type = number
|
|
description = "In GiB"
|
|
}
|