Hello I'm trying to migrate the Pulumi backend fro...
# aws
l
Hello I'm trying to migrate the Pulumi backend from Pulumi cloud to AWS S3 bucket. Currently, after i'm performed
pulumi login s3://<s3_bucket>
I getting success to logged in but from some reason when I trying to run Pulumi I'm always getting the same error:
Copy code
error: organization name must be 'organization
If someone can guide me what is the best way to migrate or in case I missed something here I'll be glad
b
this blog post should point you in the right direction. TLDR is self-managed backends place all stacks in a virtual organization called
organization
.
114 Views