pulumi/examples/dynamic-provider/multiple-turns
Matt Ellis b56e90ab2a Ensure resources are always parented to a stack
It was possiblef for the finally for a stack to complete before all
other resources had been created. In this case, we would put these new
resources at top level, instead of having them as children of the
stack resource.

Since we do not use the langhost across stacks, we can simply set the
stack resource at top level and never remove it.

Fixes #818
2018-01-19 16:54:50 -08:00
..
.gitignore Do not disconnect from the engine prematurely. 2017-10-26 12:16:32 -07:00
Pulumi.yaml Do not disconnect from the engine prematurely. 2017-10-26 12:16:32 -07:00
index.ts Ensure resources are always parented to a stack 2018-01-19 16:54:50 -08:00
package.json Do not disconnect from the engine prematurely. 2017-10-26 12:16:32 -07:00
tsconfig.json Do not disconnect from the engine prematurely. 2017-10-26 12:16:32 -07:00
yarn.lock Do not disconnect from the engine prematurely. 2017-10-26 12:16:32 -07:00