and another question related to previous, what is ...
# aws
h
and another question related to previous, what is best option to move stack to different state file? is there some
cli
, in case moving in different
s3
under
stacks/
folder will it identify as stack?
f
Yeah, that's easy: 1. pulumi stack export > file.json (probably needs to be with
--show-secrets
too) 2. change the settings to point to the new backend 3. pulumi stack import < file.json