Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-self-ref-multi
/
main.tf
blob: 5b27cac7150fb3171887008910de10f18f1ba78e [
file
] [
log
] [
blame
]
resource
"aws_instance"
"web"
{
foo
=
"${aws_instance.web.0.foo}"
count
=
4
}