Update CHANGELOG for #17901

This commit is contained in:
Brian Flad 2018-07-30 18:02:23 -04:00 committed by GitHub
parent 7e6ee00fd8
commit 10ad1858fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ IMPROVEMENTS:
* cli: display workspace name in apply and destroy commands if not default [GH-18253]
* cli: Remove error on empty outputs when `-json` is set [GH-11721]
* helper/schema: Resources have a new `DeprecationMessage` property that can be set to a string, allowing full resources to be deprecated [GH-18286]
* backend/s3: Allow fallback to session-derived credentials (e.g. session via `AWS_PROFILE` environment variable and shared configuration) [GH-17901]
* backend/s3: Allow usage of `AWS_EC2_METADATA_DISABLED` environment variable [GH-17901]
BUG FIXES: