-
-
Save clstokes/2d3b34007dae2a388c3e38cfabd77d1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15:48:46 [pulumi-secret-passphrase-test] $ export PULUMI_CONFIG_PASSPHRASE=asdf1234 | |
15:48:50 [pulumi-secret-passphrase-test] $ envchain gcloud pulumi preview | |
Previewing update (asdf): | |
Type Name Plan | |
+ pulumi:pulumi:Stack pulumi-secret-passphrase-test-asdf create | |
+ └─ gcp:storage:Bucket my-bucket create | |
Resources: | |
+ 2 to create | |
Permalink: file:///Users/clstokes/.pulumi/stacks/asdf.json | |
15:48:55 [pulumi-secret-passphrase-test] $ unset PULUMI_CONFIG_PASSPHRASE | |
15:48:59 [pulumi-secret-passphrase-test] $ envchain gcloud pulumi preview | |
Previewing update (asdf): | |
Enter your passphrase to unlock config/secrets | |
(set PULUMI_CONFIG_PASSPHRASE to remember): | |
15:49:02 [pulumi-secret-passphrase-test] $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment