4 lines
90 B
Terraform
4 lines
90 B
Terraform
variable "temporary_volume" {
|
|
description = "Name of temporary volume"
|
|
type = string
|
|
} |