Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-12-07 14:35:34 -08:00 committed by GitHub
parent 87e1fb4d66
commit c8217d3bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ IMPROVEMENTS:
BUG FIXES:
* config: Referencing a count attribute in an output no longer generates a warning [GH-16866]
* cli: Terraform will no longer crash when `terraform plan`, `terraform apply`, and some other commands encounter an invalid provider version constraint in configuration, generating a proper error message instead. [GH-16867]
* backend/gcs: The usage of the GOOGLE_CREDENTIALS environment variable now matches that of the google provider [GH-16865]
* backend/gcs: fixed the locking methodology to avoid "double-locking" issues when used with the `terraform_remote_state` data source [GH-16852]
* provisioner/salt-masterless: now waits for all of the remote operations to complete before returning [GH-16704]