Setting up pulumi PULUMI_CONFIG_PASSPHRASE

Question: How can i set PULUMI_CONFIG_PASSPHRASE in my Mac/Windows

Remember PULUMI_CONFIG_PASSPHRASE is one of the environment variable provided by Pulumi in order set passphrase to protect and unlock your configuration values and secrets and gets actively used during any Pulumi command execution.

To set simply  use export and then have a fun :-)

export PULUMI_CONFIG_PASSPHRASE="My Top Secret passpharse"                   

Resource: https://www.pulumi.com/docs/reference/cli/environment-variables/


Comments