Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2017-03-17 15:37:50 -07:00 committed by GitHub
parent 2c564f1aff
commit 50a294fc79
1 changed files with 2 additions and 1 deletions

View File

@ -15,10 +15,11 @@ FEATURES:
IMPROVEMENTS:
* command/init: `-backend-config` accepts `key=value` pairs
* provider/aws: Improved error when failing to get S3 tags [GH-12759]
* provider/aws: Validate CIDR Blocks in SG and SG rule resources [GH-12765]
* provider/aws: Add KMS key tag support [GH-12243]
* Allow `name_prefix` to be used with various IAM resources [GH-12658]
* provider/aws: Allow `name_prefix` to be used with various IAM resources [GH-12658]
* provider/openstack: Add timeout support for Compute resources [GH-12794]
* provider/scaleway: expose public IPv6 information on scaleway_server [GH-12748]