Update CHANGELOG.md

This commit is contained in:
Clint 2017-06-05 09:09:24 -05:00 committed by GitHub
parent ef4e89c7be
commit c0c75638a7
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ BUG FIXES:
* provider/aws: Retry ECS service creation on ClusterNotFoundException [GH-15066]
* provider/aws: Retry ECS service update on ServiceNotFoundException [GH-15073]
* provider/aws: Guard against panic when no aws_default_vpc found [GH-15070]
* provider/aws: Guard against panic if no NodeGroupMembers returned in
 `elasticache_replication_group` [GH-13488]
* provider/azurerm: VM - making `os_profile` optional [GH-14176]
* provider/azurerm: Preserve the Subnet properties on Update [GH-13877]
* provider/datadog: make datadog_user verified a computed attribute [GH-15034]