Sign in
third-party-mirror
/
terraform
/
62aae6ce5212217e3b2a26b2d20a45e9cab48929
/
.
/
v1.2.3
/
internal
/
command
/
testdata
/
plan
/
main.tf
blob: 070388113edb2444caa3bcd9d2f2d1039d3418b6 [
file
] [
log
] [
blame
]
resource
"test_instance"
"foo"
{
ami
=
"bar"
# This is here because at some point it caused a test failure
network_interface
{
device_index
=
0
description
=
"Main network interface"
}
}