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