opentofu/builtin/providers
Paul Hinze 8fccd9cec4 providers/aws: fix a few more bugs in launch configs
These bugs were found by additional check added in #1443

 * Reversed nil err check meant that block devices were broken :(
 * Fixing the err check revealed a few missed pointer derefs
 * Unlike instances, ephemeral block devices do come back in
   `BlockDeviceMappings` from `DescribeLaunchConfigurations` calls, so
   we need to recognize them and filter them properly. Even though
   they're not set as computed, I'm doing a `d.Set` since it doesn't
   hurt and it gives us the benefit of basic drift detection.
2015-04-09 08:36:18 -05:00
..
atlas Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
aws providers/aws: fix a few more bugs in launch configs 2015-04-09 08:36:18 -05:00
cloudflare Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
cloudstack Some small fixes, needed to work with bigger templates 2015-03-25 22:48:44 +01:00
consul Fix comment in consul provider to not mention digitalocean 2015-01-22 12:45:55 -08:00
digitalocean providers/digitalocean: fix ssh key test 2015-04-02 09:04:59 -05:00
dme providers/dme: rename dnsmadeeasy package to dme 2015-02-25 15:54:22 -08:00
dnsimple Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
docker providers/docker: ping docker server on startup 2015-03-28 19:06:48 -07:00
google helper/schema: ensure ForceNew set when Update is not 2015-04-03 09:57:30 -05:00
heroku providers/heroku: empty config vars block shouldn't panic [GH-1211] 2015-03-26 09:45:37 -07: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 Compute Instance basic acceptance test 2015-04-02 00:10:46 +00:00
terraform providers/terraform: name it terraform_remote_state 2015-04-01 22:49:05 -07:00