Update CHANGELOG.md

This commit is contained in:
Clint 2016-07-26 15:04:41 -05:00 committed by GitHub
parent ff9ad3cc40
commit 7d580625da
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ BUG FIXES:
* provider/aws: Fix bug with Updating `aws_autoscaling_group` `enabled_metrics` [GH-7698] * provider/aws: Fix bug with Updating `aws_autoscaling_group` `enabled_metrics` [GH-7698]
* provider/aws: Ignore IOPS on non io1 AWS root_block_device [GH-7783] * provider/aws: Ignore IOPS on non io1 AWS root_block_device [GH-7783]
* provider/aws: Ignore missing ENI attachment when trying to detach ENI [GH-7185] * provider/aws: Ignore missing ENI attachment when trying to detach ENI [GH-7185]
* provider/aws: Fix issue updating ElasticBeanstalk Environment templates [GH-7811]
* provider/azurerm: Fixes terraform crash when using SSH keys with `azurerm_virtual_machine` [GH-6766] * provider/azurerm: Fixes terraform crash when using SSH keys with `azurerm_virtual_machine` [GH-6766]
* provider/azurerm: Fix a bug causing 'diffs do not match' on `azurerm_network_interface` resources [GH-6790] * provider/azurerm: Fix a bug causing 'diffs do not match' on `azurerm_network_interface` resources [GH-6790]
* provider/azurerm: Normalizes `availability_set_id` casing to avoid spurious diffs in `azurerm_virtual_machine` [GH-6768] * provider/azurerm: Normalizes `availability_set_id` casing to avoid spurious diffs in `azurerm_virtual_machine` [GH-6768]