terraform/builtin/providers
Paul Hinze 020dc03234 provider/aws: fix root_block_device for odd AMIs
Some AMIs have a RootDeviceName like "/dev/sda1" that does not appear as a
DeviceName in the BlockDeviceMapping list (which will instead have
    something like "/dev/sda")

While this seems like it breaks an invariant of AMIs, it ends up working
on the AWS side, and AMIs like this are common enough that we need to
special case it so Terraform does the right thing.

Our heuristic is: if the RootDeviceName does not appear in the
BlockDeviceMapping, assume that the DeviceName of the first
BlockDeviceMapping entry serves as the root device.

fixes #2224
2015-06-23 09:01:41 -05:00
..
atlas Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
aws provider/aws: fix root_block_device for odd AMIs 2015-06-23 09:01:41 -05:00
azure Added affinity group resource. 2015-06-19 21:53:36 +03:00
cloudflare providers/aws+cloudflare+dnsimple: Increase some verbosity 2015-05-18 15:25:03 -05:00
cloudstack provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
consul acc tests: ensure each resource has a _basic test 2015-06-07 18:18:14 -05:00
digitalocean providers/digitalocean: fix ssh key test 2015-04-02 09:04:59 -05:00
dme acc tests: ensure each resource has a _basic test 2015-06-07 18:18:14 -05:00
dnsimple providers/aws+cloudflare+dnsimple: Increase some verbosity 2015-05-18 15:25:03 -05:00
docker This puts the image parsing code (mostly) back to how it was before. The 2015-06-12 19:36:52 +00:00
google Add beta compute client 2015-06-10 00:14:13 -04:00
heroku provider/heroku: fix config_vars in addons 2015-05-07 09:11:31 -05:00
mailgun providers/mailgun: fix sending/receiving records 2015-02-18 17:18:19 -06:00
null providers/null: null provider 2014-10-04 16:42:43 -07:00
openstack Merge pull request #2262 from ggiamarchi/openstack/endpoint_type 2015-06-07 22:12:32 -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