Hi, is there a way to have secrets in Pulumi Compo...
# general
l
Hi, is there a way to have secrets in Pulumi Component outputs?
a
did you try wrapping them?
Copy code
self.register_outputs({
    "bucketDnsName": pulumi.Output.secret(bucket.bucketDomainName)
})