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