plan: add failing test case for nested object plan file
This commit is contained in:
parent
49e8477e9d
commit
1560d5ab98
|
@ -1,3 +1,8 @@
|
|||
resource "test_instance" "foo" {
|
||||
ami = "bar"
|
||||
|
||||
network_interface {
|
||||
device_index = 0
|
||||
description = "Main network interface"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue