Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-computed-list
/
main.tf
blob: aeec6ba9350c150d8db9ac3793b7eb8eac810489 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
num
=
"2"
compute
=
"list.#"
}
resource
"aws_instance"
"bar"
{
foo
=
aws_instance
.
foo
.
list
.
0
}