Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-compute
/
main.tf
blob: e785294ab44e18094b0ad54bf7c6620ad4f54142 [
file
] [
log
] [
blame
]
variable
"value"
{
default
=
""
}
resource
"aws_instance"
"foo"
{
num
=
"2"
compute
=
"value"
compute_value
=
"${var.value}"
}
resource
"aws_instance"
"bar"
{
foo
=
"${aws_instance.foo.value}"
}