config: add failing test case for nested objects

This commit is contained in:
Jack Pearkes 2014-07-01 21:16:47 -07:00
parent e1a0f6f929
commit bef1495c96
1 changed files with 6 additions and 0 deletions

View File

@ -21,4 +21,10 @@ resource aws_instance "web" {
"foo",
"${aws_security_group.firewall.foo}"
]
network_interface = {
device_index = 0
description = "Main network interface"
}
}