plan: add failing test case for nested object plan file

This commit is contained in:
Jack Pearkes 2014-07-02 10:40:11 -07:00
parent 49e8477e9d
commit 1560d5ab98
1 changed files with 5 additions and 0 deletions

View File

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