Develop with Pulumi ESC
The Pulumi ESC SDK provides a programmatic interface to manage environments, secrets, and configuration directly within your applications. Using the SDK, you can create, update, and delete environments, apply version tags. It also simplifies the secure handling of secrets and configurations, allowing you to retrieve sensitive data like cloud credentials, connection strings, and feature flags at runtime without long-term storage.
Pulumi Service Provider provides the ability to create ESC resources like environments, environment permissions, and environment version tags using a Pulumi program. Combined with other Pulumi Service resources like Stacks, this makes setting up a development platform a breeze!
Pulumi Automation API allows interaction with Pulumi ESC environments in your deployment workflow. This enables you to seamlessly manage stack configuration and secrets, allowing more complex automation logic.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.