mirror of https://github.com/hashicorp/terraform
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.htmlpull/877/head
parent
c01f1a5ef0
commit
c88c4a33e1
Loading…
Reference in new issue