great-midnight-49300
06/27/2022, 6:21 AMpulumi stack export | pulumi stack import
to get ride of pending operations, the configuration of the stack was deleted. How to prevent this?little-cartoon-10569
06/27/2022, 7:01 AMgit co Pulumi.<stack>.yaml
should fix that.great-midnight-49300
06/27/2022, 7:04 AMpulumi stack import
writes the config, pulumi stack export
should export it, no?little-cartoon-10569
06/27/2022, 7:26 AMgreat-midnight-49300
06/27/2022, 7:35 AMlittle-cartoon-10569
06/27/2022, 7:59 AMpulumi up
, and that doesn't use remote config, just what's in the local yaml file.
What isn't working?great-midnight-49300
06/27/2022, 8:00 AMpulumi stack import
the config in the backend is deletedlittle-cartoon-10569
06/27/2022, 8:02 AMgreat-midnight-49300
06/27/2022, 8:25 AMcuddly-magician-97620
06/27/2022, 5:53 PMPulumi.<stack>.yaml
in a shared repository (such as GitHub).
• Add that mapping value to the stack outputs, then you will be able to get it with the pulumi stack output
command.bored-oyster-3147
06/27/2022, 7:44 PM