7 lines
143 B
Terraform
7 lines
143 B
Terraform
variable "vpc_name" {
|
|
description = "The name of the VPC where the droplet will be created"
|
|
default = "nyc3"
|
|
type = string
|
|
}
|
|
|