terraform/builtin
Mitchell Hashimoto f63a5d24e9 helper/schema: diffs for sets should include the full set [GH-457]
Prior to this, the diff only contained changed set elements. The issue
with this is that `getSet`, the internal function that reads a set from
the ResourceData, expects that each level (state, config, diff, etc.)
has the _full set_ information. This change was done to fix merging
issues.

Because of this, we need to make sure the full set is visible in the
diff.
2014-10-21 10:49:53 -07:00
..
bins provider/consul: Port to helper.Schema framework 2014-10-13 11:35:45 -07:00
providers helper/schema: diffs for sets should include the full set [GH-457] 2014-10-21 10:49:53 -07:00
provisioners Fix failing tests 2014-10-09 21:29:21 -07:00