terraform/website/source
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
..
assets Add Packet layout. 2015-10-09 17:41:55 -04:00
docs provider/aws: fix force_delete on ASGs 2015-10-12 17:10:01 -05:00
intro Updated note about variable files 2015-10-10 17:25:44 -07:00
layouts Merge pull request #3457 from TimeIncOSS/f-aws-ec2-placement-groups 2015-10-12 14:24:12 -05:00
.gitignore
404.html.erb Update 404 page 2015-09-19 17:42:33 +01:00
community.html.erb website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
downloads.html.erb docs: add description of archive format to download page 2015-06-16 16:39:57 -05: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