Files
digitalocean_droplet/variable.project.tf
T
2020-07-25 16:18:08 -05:00

5 lines
64 B
Terraform

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