Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-08-18 14:05:56 +01:00 committed by GitHub
parent 7f096a677f
commit 5be2486997
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ BUG FIXES:
* provider/aws: `aws_security_group` now creates tags as early as possible in the process [GH-7849]
* provider/aws: Defensively code around `db_security_group` ingress rules [GH-7893]
* provider/aws: `aws_spot_fleet_request` throws panic on missing subnet_id or availability_zone [GH-8217]
* provider/azure: `azurerm_storage_account` will interrupt for Ctrl-C [GH-8215]
* provider/azurerm: `azurerm_storage_account` will interrupt for Ctrl-C [GH-8215]
* provider/azurerm: Public IP - Setting idle timeout value caused panic. #8283
* provider/digitalocean: trim whitespace from ssh key [GH-8173]
* provider/digitalocean: Enforce Lowercase on IPV6 Addresses [GH-7652]
* provider/google: Use resource specific project when making queries/changes [GH-7029]