6 lines
75 B
HCL
6 lines
75 B
HCL
variable "test" {
|
|
type = map(string)
|
|
default = {
|
|
"test" = "1"
|
|
}
|
|
} |