Is there a recommended way to determine the current secrets provider of a stack? I know how to change it, but currently to figure out the current value I'm exporting a stack and rummaging through the JSON. What's better than that?
e
echoing-dinner-19531
08/21/2026, 7:40 AM
We could add this to the
pulumi stack
output. Would that help?
l
little-cartoon-10569
08/23/2026, 8:13 PM
It would help me.. apparently it's never been needed before? I'm cataloging internal service inventory and dependencies. Which stacks depend on which secrets provider is party of that.