Etienne Guerlain
Results
2
issues of
Etienne Guerlain
The very last instruction to run on [the "Understanding Stack Outputs" page](https://www.pulumi.com/learn/building-with-pulumi/stack-outputs/) is `pulumi up`, in order to see the difference between the `dev` and the `staging` stacks. > Now,...
docs/tutorials
When creating reference to the stack of `my_first_app`, the `stackRef` variable is built with a kebab-cased project name (`my-first-app`): ```ts const stackRef = new pulumi.StackReference(`${org}/my-first-app/${stack}`) ``` However, this project was...
docs/tutorials