Files
digitalocean_droplet/variable.project.tf
T
2026-05-08 22:19:26 -04:00

6 lines
65 B
Terraform

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