Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
a
ancient-eve-13947
08/18/2021, 9:51 AM
is there a way to un-secret a pulumi.Output<> that's marked as secret because it depends/derives from a secret value in order to generate a config file for a non-Pulumi managed application?
b
brave-planet-10645
08/18/2021, 11:15 AM
There's an
unsecret
method:
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/#unsecret
❤️ 1
a
ancient-eve-13947
08/18/2021, 11:15 AM
perfect, thank you!
Also, more generally thank you for all the times you have answered my questions already, always promptly and to the point. You're a cool guy 🙂
3 Views
Post