pulumi/examples
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
..
analyzers/infosec Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
dynamic-provider/simple Implement dynamic resources. 2017-10-16 23:06:53 -07:00
minimal Tidy up the examples 2017-10-12 06:05:14 -07:00
test-provider/simple Add auto-parenting 2017-10-15 04:38:26 -07:00
examples_test.go Implement dynamic resources. 2017-10-16 23:06:53 -07:00