Hi all, Trying to setup a Pulumi project using S3 as the backend and getting this error when trying ...
w
Hi all, Trying to setup a Pulumi project using S3 as the backend and getting this error when trying to set an organization name:
Copy code
unable to set a default organization for backend type
Any thoughts? Looks like the org name is set to
organization
1
w
The default organization feature only works for the Pulumi Cloud backend, which has a notion of “organization” as part of being a multi-tenant SaaS. There is no notion of organization in the S3 backends since they are not multi-tenant. Curious what you were hoping to use the organization concept for in the S3 backend?
w
organization can be a team association... but we can work with this... each team can create their own bucket
thanks!