Setting up secrets providers for Pulumi
This example lives in the pulumi/examples repository. Check out just this directory to use it:
git clone --filter=blob:none --sparse https://github.com/pulumi/examples pulumi-examplesgit -C pulumi-examples sparse-checkout set secrets-providercd pulumi-examples/secrets-providerPulumi supports secrets-providers which allow you to encrypt the secrets you store in the Pulumi statefile.
This example shows how to set up the secrets for each cloud and walks through initializing your stack using the different secrets providers.
Related
Tutorial
ChatGPT clone with Pulumi ESC managed secrets
Blog PostOct 2023