mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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" {
|
||||
default {
|
||||
l = [1, 2, 3]
|
||||
}
|
||||
default = {
|
||||
l = [1, 2, 3]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user