Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-cancel
/
main.tf
blob: 7c4af5f71a4811d7708ccdcef88fb60e00fbb31e [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
value
=
"2"
}
resource
"aws_instance"
"bar"
{
foo
=
"${aws_instance.foo.value}"
}