plan: add failing test case for nested object plan file

pull/11/head
Jack Pearkes 12 years ago
parent 49e8477e9d
commit 1560d5ab98

@ -1,3 +1,8 @@
resource "test_instance" "foo" {
ami = "bar"
network_interface {
device_index = 0
description = "Main network interface"
}
}

Loading…
Cancel
Save