Files
digitalocean_droplet/variable.vpc_name.tf
2020-07-18 14:02:23 -05:00

5 lines
62 B
HCL

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