config: add failing test case for nested objects
This commit is contained in:
parent
e1a0f6f929
commit
bef1495c96
|
@ -21,4 +21,10 @@ resource aws_instance "web" {
|
|||
"foo",
|
||||
"${aws_security_group.firewall.foo}"
|
||||
]
|
||||
|
||||
network_interface = {
|
||||
device_index = 0
|
||||
description = "Main network interface"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue