terraform/website/source
Paul Hinze 34c7bbcf4d providers/aws: reduce scope of block_device set hashcodes
Fixes #1409

Resource set hash calculation is a bit of a devil's bargain when it
comes to optional, computed attributes.

If you omit the optional, computed attribute from the hash function,
changing it in an existing config is not properly detected.

If you include the optional, computed attribute in the hash and do not
specify a value for it in the config, then you'll end up with a
perpetual, unresolvable diff.

We'll need to think about how to get the best of both worlds, here, but
for now I'm switching us to the latter and documenting the fact that
changing these attributes requires manual `terraform taint` to apply.
2015-04-09 08:53:09 -05:00
..
assets website: fix openstack doc links and style 2015-04-02 21:08:42 -07:00
docs providers/aws: reduce scope of block_device set hashcodes 2015-04-09 08:53:09 -05:00
intro Bring usage docs up to date 2015-03-24 12:06:09 -07:00
layouts website: fix openstack doc links and style 2015-04-02 21:08:42 -07:00
.gitignore website: initial commit 2014-07-16 17:51:48 -04:00
404.html.erb Do not index the 404 page 2014-10-21 23:21:14 -04:00
community.html.erb website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
downloads.html.erb website: make bintray logo https 2014-10-23 11:45:43 -04:00
index.html.erb fix blurry fonts. remove transform on content 2014-07-29 01:56:17 -07:00
robots.txt Add robots.txt 2014-10-21 23:20:26 -04:00
sitemap.xml.builder Add sitemap 2014-10-21 23:20:21 -04:00