terraform/website/source/docs
Paul Hinze a811a72f11 provider/aws: fix force_delete on ASGs
The `ForceDelete` parameter was getting sent to the upstream API call,
but only after we had already finished draining instances from
Terraform, so it was a moot point by then.

This fixes that by skipping the drain when force_delete is true, and it
also simplifies the field config a bit:

 * set a default of false to simplify the logic
 * remove `ForceNew` since there's no need to replace the resource to
   flip this value
 * pull a detail comment from code into the docs
2015-10-12 17:10:01 -05:00
..
commands Graphviz Workspace appears to be dead, so remove it from the docs. 2015-10-09 01:19:14 -04:00
configuration Add documentation for compact() 2015-10-11 16:47:48 +02:00
internals Documentation of TF_LOG taking log levels. 2015-10-11 10:56:45 -07:00
modules docs: clarify ssh git module source syntax 2015-05-29 21:15:55 -05:00
plugins Responding to feedback 2015-07-19 14:15:56 -04:00
providers provider/aws: fix force_delete on ASGs 2015-10-12 17:10:01 -05:00
provisioners remove various typos 2015-09-11 11:56:20 -07:00
state Fixes incorrect usage of terraform_remote_state in docs 2015-06-23 00:56:18 -04:00
index.html.markdown Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00