terraform/website/source/docs
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
..
commands website: fix remote config docs 2015-04-07 14:50:10 -07:00
configuration Document the fix to GH-1068 on the website 2015-04-03 15:51:12 +01:00
internals docs: resource addressing 2015-03-31 18:48:54 -05:00
modules website: note that terraform get is required [GH-706] 2015-03-03 17:28:41 -08:00
plugins website: note TF plugin name is important [GH-847] 2015-03-03 17:26:11 -08:00
providers providers/aws: reduce scope of block_device set hashcodes 2015-04-09 08:53:09 -05:00
provisioners Add documentation for ssh-agent 2015-03-15 16:37:33 -07:00
index.html.markdown Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00