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