digitalocean_droplet/variable.use_vpc.tf

5 lines
56 B
HCL

variable "use_vpc" {
default = 0
type = number
}