7 lines
140 B
Terraform
7 lines
140 B
Terraform
variable "use_volume" {
|
|
description = "Whether to create and attach a block storage volume"
|
|
default = false
|
|
type = bool
|
|
}
|
|
|