Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
plan
/
main.tf
blob: 7b30915731c7cda50c710c5ee0ecb5c3405a0903 [
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"
}
}
data
"test_data_source"
"a"
{
id
=
"zzzzz"
}