Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
test
/
pass_with_outputs
/
main.tf
blob: 7354f944a115ef7bce6e4e34f2a646dfeac907a8 [
file
] [
log
] [
blame
]
resource
"test_resource"
"foo"
{
value
=
"bar"
}
output
"value"
{
value
=
test_resource
.
foo
.
value
}