Good morning - we're currently using an s3 backend...
# pulumi-cloud
m
Good morning - we're currently using an s3 backend to manage pulumi stack state, and we're looking to migrate to pulumi-cloud. Is there process to import state from s3 - I'm not finding it in the documentation.
l
pulumi stack export
and
pulumi stack import
are it, I think. Export your current stacks, run
pulumi login
to switch to your cloud org, and then import them. You may want to script it if you have a lot of stacks.
f