Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-08-25 22:22:20 -07:00 committed by GitHub
parent 6b124a4760
commit e0e832ede3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ IMPROVEMENTS:
BUG FIXES: BUG FIXES:
* provider/aws: Stop `aws_instance` `source_dest_check` triggering an API call on each terraform run [GH-8450] * provider/aws: Stop `aws_instance` `source_dest_check` triggering an API call on each terraform run [GH-8450]
* provider/aws: If an `aws_security_group` was used in Lambda function it may have prevented you from destroying such SG due to dangling ENIs created by Lambda service. These ENIs are now automatically cleaned up prior to SG deletion [GH-8033] * provider/aws: If an `aws_security_group` was used in Lambda function it may have prevented you from destroying such SG due to dangling ENIs created by Lambda service. These ENIs are now automatically cleaned up prior to SG deletion [GH-8033]
* provider/aws: `aws_volume_attachment` detachment errors are caught [GH-8479]
## 0.7.2 (August 25, 2016) ## 0.7.2 (August 25, 2016)