digitalocean_droplet/variable.vpc_name.tf

5 lines
62 B
HCL

variable "vpc_name" {
default = "nyc3"
type = string
}