5 lines
64 B
HCL
5 lines
64 B
HCL
variable "project" {
|
|
default = "default"
|
|
type = string
|
|
}
|
variable "project" {
|
|
default = "default"
|
|
type = string
|
|
}
|