opentofu/terraform/test-fixtures/input-bad-var-default/main.tf

6 lines
62 B
HCL

variable "test" {
default {
l = [1, 2, 3]
}
}