10 lines
132 B
Terraform
Raw Normal View History

variable "volume_type" {
type = string
default = "cinder-t3"
}
variable "image" {
type = string
default = "bionic"
}