Hey Working with pulumi secrets, can we have a con...
# general
s
Hey Working with pulumi secrets, can we have a configuration object with all secrets or a mixture of secrets and plain text, if so how do we access the object programmatically?
b
You can use Automation API to manipulate Pulumi configuration programmatically
s
Any examples online? I haven't worked with the automation API at all
b
yea, here is a repo with Automation API examples: https://github.com/pulumi/automation-api-examples and here's the getting started page: https://www.pulumi.com/docs/guides/automation-api/
🙌 1