Files
digitalocean_droplet/variable.use_vpc.tf
T

7 lines
130 B
Terraform

variable "use_vpc" {
description = "Whether to put the droplet in a specific VPC"
default = false
type = bool
}