mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user