Hi can someone help me with creating stacks?
# getting-started
r
Hi can someone help me with creating stacks?
b
creating a new stack should just be
pulumi stack init <stackname>
r
I have executed that command and it worked however it only created the stack in pulumi cloud, it did not create the stack config files and code files in my local project. So I had to create these myself, however when I select the new stack and execute them, it gets the resources from the intial stack dev, while I want the resources in the QA stack. Do you have any suggestions?
b
when you create the stack, you'll need to set the configuration options for that stack as well
configuration is unique to each stack
can you show me some output to explain wht you mean
specifically with regards to this:
it gets the resources from the intial stack dev