7 lines
145 B
Terraform
7 lines
145 B
Terraform
variable "use_project" {
|
|
description = "Whether to assign the droplet to a DigitalOcean project"
|
|
default = false
|
|
type = bool
|
|
}
|
|
|