Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-module-input-computed
/
main.tf
blob: 3a0576434fbfc546c9f8b2171501fd55da9974c9 [
file
] [
log
] [
blame
]
module
"child"
{
input
=
"${aws_instance.bar.foo}"
source
=
"./child"
}
resource
"aws_instance"
"bar"
{
compute
=
"foo"
}