6 lines
65 B
Terraform
6 lines
65 B
Terraform
variable "project" {
|
|
default = "default"
|
|
type = string
|
|
}
|
|
|