7 lines
128 B
Terraform
7 lines
128 B
Terraform
variable "project" {
|
|
description = "The name of the DigitalOcean project"
|
|
default = "default"
|
|
type = string
|
|
}
|
|
|