Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
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"
}