opentofu/builtin/providers
Paul Hinze c88c4a33e1 providers/aws: ignore ec2 root devices
fixes #859

EC2 root block devices are attached automatically at launch [1] and show
up in DescribeInstances responses from then on. By skipping these when
recording state, Terraform can avoid thinking there should be block
device changes when there are none.

Note this requires that https://github.com/mitchellh/goamz/pull/214 land
first so the proper field is exposed.

[1] http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/RootDeviceStorage.html
2015-01-28 05:14:21 -06:00
..
atlas Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
aws providers/aws: ignore ec2 root devices 2015-01-28 05:14:21 -06:00
cloudflare Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
cloudstack Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
consul Fix comment in consul provider to not mention digitalocean 2015-01-22 12:45:55 -08:00
digitalocean Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
dnsimple Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
google Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
heroku Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
mailgun Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
null providers/null: null provider 2014-10-04 16:42:43 -07:00