Files
digitalocean_droplet/variable.use_project.tf
T

7 lines
145 B
Terraform

variable "use_project" {
description = "Whether to assign the droplet to a DigitalOcean project"
default = false
type = bool
}