10 lines
132 B
HCL
10 lines
132 B
HCL
variable "volume_type" {
|
|
type = string
|
|
default = "cinder-t3"
|
|
}
|
|
|
|
variable "image" {
|
|
type = string
|
|
default = "bionic"
|
|
}
|