digitalocean_droplet/variable.project.tf

5 lines
64 B
HCL

variable "project" {
default = "default"
type = string
}