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