pulumi/pkg
pat@pulumi.com 9453f86c2e Implement dynamic resources.
A dynamic resource is a resource whose provider is implemented alongside
the resource itself. This provider may close over and use orther
resources in the implementation of its CRUD operations. The provider
itself must be stateless, as each CRUD operation for a particular
dynamic resource type may use an independent instance of the provider.
Changes to the definition of a resource's provider result in replacement
of the resource itself (rather than a simple update), as this allows the
old provider definition to delete the old resource and the new provider
definition to create an appropriate replacement.
2017-10-16 23:06:53 -07:00
..
compiler/errors Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
diag Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
encoding Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
engine Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
graph Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
pack Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
resource Implement dynamic resources. 2017-10-16 23:06:53 -07:00
testing/integration Write a .yarnrc file when running tests to enable mutex 2017-10-16 16:08:50 -07:00
tokens Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
tools Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
util Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
workspace Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00