Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
sensitive-output-as-input
/
sensitive-output-as-input.tf
blob: 797d7db5c6e09d8fadc5ebb5beb236ff58816a48 [
file
] [
log
] [
blame
]
variable
"secret"
{
type
=
string
}
output
"result"
{
value
=
sensitive
(
upper
(
var
.
secret
))
sensitive
=
true
}