Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
apply-sensitive-variable
/
main.tf
blob: 566ff97928c178cc85c3c21a7ee386fcc4ac6005 [
file
] [
log
] [
blame
]
variable
"shadow"
{
type
=
string
sensitive
=
true
}
output
"foo"
{
value
=
var
.
shadow
sensitive
=
true
}