Pulumi: Allow `pulumi stack export` to get an unencrypted statefile

Created on 10 Jul 2019  路  1Comment  路  Source: pulumi/pulumi

Currently, if there are encrypted values in a checkpoint, it is not possible to get a serialized form of the checkpoint with decrypted values. This can be important for importing into a new stack - whether in a different backend or even in a different org or project or stack in the pulumi.com backend.

We should consider adding 鈥攕how-secrets or similar to pulumi stack export.

kinenhancement

Most helpful comment

Note that the exported statefile should retain information about which values are secret s.t. those values can be re-encrypted upon import.

>All comments

Note that the exported statefile should retain information about which values are secret s.t. those values can be re-encrypted upon import.

Was this page helpful?
0 / 5 - 0 ratings