Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-list-order
/
main.tf
blob: 77db3d0597ea6cf9eca7831d81fdd0d9bac20c8d [
file
] [
log
] [
blame
]
resource
"aws_instance"
"a"
{
foo
=
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
20
]
}
resource
"aws_instance"
"b"
{
foo
=
"${aws_instance.a.foo}"
}