Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-02-03 17:23:33 +00:00 committed by GitHub
parent ced96aa90b
commit ae002bf41b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
(from a prior remote state), it cannot be used with prior Terraform versions.
Remote backends themselves are fully backwards compatible with prior
Terraform versions.
* provider/aws: `aws_db_instance` now defaults to making a final snapshot on delete.
FEATURES:
@ -27,6 +28,7 @@ IMPROVEMENTS:
command to initialize a new or existing Terraform configuration.
* provisioners: All provisioners now respond very quickly to interrupts for
fast cancellation. [GH-10934]
* provider/aws: Set aws_db_cluster to snapshot by default [GH-11668]
* provider/vault: read vault token from `~/.vault-token` as a fallback for the
`VAULT_TOKEN` environment variable. [GH-11529]