Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
plan-existing-state
/
main.tf
blob: 7b30915731c7cda50c710c5ee0ecb5c3405a0903 [
file
]
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"
}