Files
digitalocean_droplet/variable.vpc_name.tf
T

7 lines
143 B
Terraform

variable "vpc_name" {
description = "The name of the VPC where the droplet will be created"
default = "nyc3"
type = string
}