mirror of https://github.com/hashicorp/terraform
Crash during Validate walk with nested variable default.pull/12507/head
parent
88cdae91e6
commit
3c41a7ca1e
@ -0,0 +1,6 @@
|
||||
variable "foo" {
|
||||
default = [["foo", "bar"]]
|
||||
}
|
||||
variable "bar" {
|
||||
default = [{foo = "bar"}]
|
||||
}
|
||||
Loading…
Reference in new issue