Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
graph-builder-apply-basic
/
child
/
main.tf
blob: 79be97bf16181db76ed60f573f94d97d887019b0 [
file
] [
log
] [
blame
]
resource
"test_object"
"create"
{
provisioner
"test"
{}
}
resource
"test_object"
"other"
{
test_string
=
"${test_object.create.test_string}"
}