terraform/openstack/fio_bench/00-vars.tf

10 lines
132 B
HCL

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