terraform/builtin/providers
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
..
atlas Remove no-op Updates from resource schemas 2015-10-03 14:29:19 -07:00
aws provider/aws: fix force_delete on ASGs 2015-10-12 17:10:01 -05:00
azure gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00
cloudflare providers/cloudflare: if resource no longer exists, set ID to "" 2015-06-28 23:28:12 -07:00
cloudstack removed extra parentheses 2015-10-08 15:48:04 +03:00
consul acc tests: ensure each resource has a _basic test 2015-06-07 18:18:14 -05:00
digitalocean Enforcing lowercase on the DO Size. This is used for the sizeslug property of API calls - according to their [docs](https://developers.digitalocean.com/documentation/v1/sizes/) this always looks to be lowercase on the slug. I cannot find any definite answer to this question though 2015-09-18 19:42:37 +01:00
dme providers/dme: unable to find record, set ID to "" [GH-2440] 2015-06-28 23:31:44 -07:00
dnsimple “DNS Simple” should be “DNSimple” 2015-07-17 23:18:28 -04:00
docker removed extra parentheses 2015-10-08 15:48:04 +03:00
google removed extra parentheses 2015-10-08 15:48:04 +03:00
heroku Switch to go-multierror 2015-09-27 18:58:48 -07:00
mailgun providers/mailgun: fix sending/receiving records 2015-02-18 17:18:19 -06:00
null Remove no-op Updates from resource schemas 2015-10-03 14:29:19 -07:00
openstack removed extra parentheses 2015-10-08 15:48:04 +03:00
packet Packet bare metal cloud hosting platform provider 2015-06-07 16:34:08 -04:00
rundeck gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00
template provider/template: don't error when rendering fails in Exists 2015-06-17 15:33:07 -05:00
terraform provider/terraform: test fixture 2015-05-07 09:59:23 -07:00
vsphere Refactor ResourceData, pluralize some arguments and add error check in d.Set for complex types 2015-10-12 13:06:29 +09:00