Update CHANGELOG.md

This commit is contained in:
Paddy 2018-01-09 01:18:49 -08:00 committed by GitHub
parent e4cdbd6c9f
commit 409b111ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ IMPROVEMENTS:
* backend/s3: it is now possible to for the path-based S3 API form, for improved compatibility with third-party services that attempt to mimic the S3 API. [GH-17001]
* backend/s3: it is now possible to use named credentials from the `~/.aws/credentials` file, similarly to the AWS plugin [GH-16661]
* backend/manta: support for Triton RBAC [GH-17003]
* backend/gcs: support for customer-supplied encryption keys for remote state buckets [GH-16936]
* provider/terraform: in `terraform_remote_state`, the argument `environment` is now deprecated in favor of `workspace`. The `environment` argument will be removed in a later Terraform release. [GH-16558]
BUG FIXES: