core: fix syntax of input-bad-var-default test fixture
This was incorrectly using block syntax to assign a value to the "default" attribute.
This commit is contained in:
parent
6cf4835714
commit
f65f51c023
|
@ -1,5 +1,5 @@
|
||||||
variable "test" {
|
variable "test" {
|
||||||
default {
|
default = {
|
||||||
l = [1, 2, 3]
|
l = [1, 2, 3]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue