Files
digitalocean_droplet/variable.use_vpc.tf
T

5 lines
56 B
Terraform

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