Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-count-one-index
/
main.tf
blob: 58d4acf7113f7a63f99cfb42d80f23eb41b34738 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
count
=
1
foo
=
"foo"
}
resource
"aws_instance"
"bar"
{
foo
=
"${aws_instance.foo.0.foo}"
}