pulumi/pkg
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
..
compiler Implement the mu apply command 2017-02-19 11:41:05 -08:00
config Fix a few go vet issues 2017-01-27 15:14:19 -08:00
diag Begin resource modeling and planning 2017-02-17 12:31:48 -08:00
encoding Implement for loops 2017-02-16 05:38:01 -08:00
eval Add interface members to prototypes 2017-02-20 12:20:59 -08:00
graph Create object monikers 2017-02-18 10:22:04 -08:00
pack Generalize default modules 2017-02-15 12:53:36 -08:00
resource Fix a few things 2017-02-20 13:55:09 -08:00
tokens Use export tables 2017-02-13 09:56:25 -08:00
util Use export tables 2017-02-13 09:56:25 -08:00
workspace Probe for Mupacks, not Mufiles, for dependencies 2017-02-09 11:23:27 -08:00