Files
digitalocean_droplet/variable.use_volume.tf
T

7 lines
140 B
Terraform

variable "use_volume" {
description = "Whether to create and attach a block storage volume"
default = false
type = bool
}