terraform/openstack/fio_bench/00-vars.tf

10 lines
132 B
Terraform
Raw Normal View History

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