Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
sensitive-output-as-input
/
sensitive-output-as-input.tfstack.hcl
blob: 7d9d932a5b9d076e2cd39cb4d4008ff5f8dd0183 [
file
] [
log
] [
blame
]
stack
"sensitive"
{
source
=
"../sensitive-output"
inputs
=
{
}
}
component
"self"
{
source
=
"./"
inputs
=
{
secret
=
stack
.
sensitive
.
result
}
}
output
"result"
{
type
=
string
value
=
component
.
self
.
result
}