Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-invalid-index
/
main.tf
blob: 8ea02d77384e97f17a282989f15e83b5218e7c3d [
file
] [
log
] [
blame
]
resource
"test_instance"
"a"
{
count
=
0
}
resource
"test_instance"
"b"
{
value
=
test_instance
.
a
[
0
].
value
}