pulumi/pkg/resource
joeduffy 0efb8bdd69 Fix a few things
* Specify MinCount/MaxCount when creating an EC2 instance.  These
  are required properties on the RunInstances API.

* Only attempt to unmarshal egressArray/ingressArray when non-nil.

* Remember the context object on the instanceProvider.

* Move the moniker and object maps into the shared context object.

* Marshal object monikers as the resource IDs to which they refer,
  since monikers are useless on "the other side" of the RPC boundary.
  This ensures that, for example, the AWS provider gets IDs it can use.

* Add some paranoia assertions.
2017-02-20 13:55:09 -08:00
..
context.go Fix a few things 2017-02-20 13:55:09 -08:00
diff.go
moniker.go Create object monikers 2017-02-18 10:22:04 -08:00
plan.go Fix a few things 2017-02-20 13:55:09 -08:00
plugin.go Fix a few things 2017-02-20 13:55:09 -08:00
properties.go Make property logic nil-sensitive 2017-02-20 13:27:31 -08:00
provider.go Implement resource provider plugins 2017-02-19 11:08:06 -08:00
resource.go Make property logic nil-sensitive 2017-02-20 13:27:31 -08:00
rpc.go Fix a few things 2017-02-20 13:55:09 -08:00
snapshot.go Fix a few things 2017-02-20 13:55:09 -08:00
stable.go