hey, I have a hard time wrapping my head around st...
# general
f
hey, I have a hard time wrapping my head around stack naming. so for some reason, I see examples with
acmecorp/app/env
but my stacks cannot be named with a
/
I am using pulumi without the service, just at a s3 location. how can i structure my stacks in a good way>
to add to this: when I create the stack
dev
in my project
dummy
, it is saved in my s3 bucket as
dev.json
preventing any more dev stacks in any projects.
b
this is a limitation of the way we do these backends, the suggestions it to call your stack
<projectname>-<stack>
when you login
f
thanks for your answer! i'll try that.