One more question: In the documentation it says: &...
# general
w
One more question: In the documentation it says:
If you are using Pulumi in your organization, by default the stack will be created in your user account. To target the organization, name the stack using `orgName/stackName`:
Does this only apply to pulumi.com as state backend? If I try this with S3 backend it says:
$> pulumi stack init orgName/test
error: stack names may not contain slashes
b
hey! slashes aren't supported due to limitations on buckets. the solution is to use something like dots
projectname.dev
w
I see, thanks.
I think this is not validated when doing stack rename though, that's what broke my state earlier
b
here's a quick video:

https://youtu.be/yZPPgqTUtiM

w
stack init won't allow slashes, but stack rename will (and converts them to dashes I think)
🤔 1
Thanks, I will take a look at the video