Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
with-single-output
/
single-output.tf
blob: 554f80a0697bae7679dbf7f22d7cbac80a3f991e [
file
] [
log
] [
blame
]
terraform
{
required_providers
{
testing
=
{
source
=
"hashicorp/testing"
version
=
"0.1.0"
}
}
}
resource
"testing_resource"
"data"
{}
output
"id"
{
value
=
testing_resource
.
data
.
id
}