https://pulumi.com logo
Title
w

wonderful-napkin-50018

03/29/2021, 5:28 PM
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

billowy-army-68599

03/29/2021, 5:29 PM
hey! slashes aren't supported due to limitations on buckets. the solution is to use something like dots
projectname.dev
w

wonderful-napkin-50018

03/29/2021, 5:30 PM
I see, thanks.
I think this is not validated when doing stack rename though, that's what broke my state earlier
b

billowy-army-68599

03/29/2021, 5:30 PM
here's a quick video:

https://youtu.be/yZPPgqTUtiM

w

wonderful-napkin-50018

03/29/2021, 5:31 PM
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