Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
stacks
/
stackconfig
/
testdata
/
basics-bundle
/
root
/
outputs.tfcomponent.hcl
blob: 258d8dc75b0ac3182696ba881ee1b59c69700507 [
file
] [
log
] [
blame
]
output
"greeting"
{
type
=
string
value
=
stack
.
nested
.
greeting
}
output
"sound"
{
type
=
string
value
=
local
.
sound
}
output
"password"
{
type
=
string
value
=
"not really"
sensitive
=
true
ephemeral
=
true
}