Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
refresh-module-computed-var
/
main.tf
blob: a8573327b15478f91264f148b8e1ecfed7a7fb90 [
file
] [
log
] [
blame
]
module
"child"
{
source
=
"./child"
value
=
"${join("
", aws_instance.test.*.id)}"
}
resource
"aws_instance"
"test"
{
value
=
"yes"
}