terraform/builtin
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
..
bins Merge pull request #3419 from rakutentech/add-vsphere-provider 2015-10-12 10:13:38 -05:00
providers provider/aws: fix force_delete on ASGs 2015-10-12 17:10:01 -05:00
provisioners gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00