Update CHANGELOG.md

This commit is contained in:
Radek Simko 2016-09-15 10:54:27 +01:00 committed by GitHub
parent 86acdccaf2
commit 0f6098c4ed
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ IMPROVEMENTS:
* provider/azurerm: support Diagnostics Profile [GH-8277]
* provider/google: Resources depending on the `network` attribute can now reference the network by `self_link` or `name` [GH-8639]
* provider/postgresql: The standard environment variables PGHOST, PGUSER, PGPASSWORD and PGSSLMODE are now supported for provider configuration [GH-8666]
* helper/resource: Add timeout duration to timeout error message [GH-8773]
BUG FIXES:
* provider/aws: Prevent crash creating an `aws_sns_topic` with an empty policy [GH-8834]