Files
digitalocean_droplet/variable.project.tf
T

7 lines
128 B
Terraform

variable "project" {
description = "The name of the DigitalOcean project"
default = "default"
type = string
}