terraform/website/source/docs/providers
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
..
atlas website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
aws providers/aws: reduce scope of block_device set hashcodes 2015-04-09 08:53:09 -05:00
cloudflare website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
cloudstack Adding tests and docs for the new VPN resources 2015-03-09 14:00:29 +01:00
consul website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
dme providers/dme: rename dnsmadeeasy package to dme 2015-02-25 15:54:22 -08:00
dnsimple website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
do website: add digitalocean ssh_key documentation 2015-03-06 10:00:41 -08:00
docker Fix(docs) Correct spelling error in Docker documentation 2015-04-02 10:43:40 -05:00
google Merge pull request #1272 from ndarilek/google-instance-docs-fix 2015-03-26 10:21:12 -07:00
heroku providers/heroku: Add heroku-postgres to example 2015-03-31 18:48:09 -07:00
mailgun website: use lists throughout the docs instead of array 2015-01-14 18:38:08 +01:00
openstack Correcting a minor spelling mistake 2015-04-03 17:38:42 -04:00
index.html.markdown add OpenStack to list of IaaS providers 2015-03-31 09:54:45 -06:00