terraform/builtin
Sander van Harmelen b96f373ee9 Fixing some logic issues with the aws-instance resource
1. The schema contained a few fields that where not marked as
`computed`, while they were updated inside the resource.

2. While updating the `volume_size` it was doing so with a `string`,
but in the schema this field is set as `int`.

3. The set func for calculating the hashes for the `block` set items,
also used computed values to calculate the hash. As these values will
not be in the config, but only in the state, this will always show as a
diff. The solution is to only use the fields that aren’t computed in
order to get consistent hashes.

These where all issues before, but weren’t visible as such. All should
be good again now.
2014-12-25 18:21:05 +01:00
..
bins Merge pull request #645 from svanharmelen/f-cloudstack-provider 2014-12-10 22:33:09 +01:00
providers Fixing some logic issues with the aws-instance resource 2014-12-25 18:21:05 +01:00
provisioners Fix failing tests 2014-10-09 21:29:21 -07:00