Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-09-13 17:23:18 -07:00 committed by GitHub
parent 4d38c1b7d7
commit c59b6211dc
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
## 0.1.1 (Unreleased)
## 1.0.0 (Unreleased)
ENHANCEMENTS:
* `terraform_remote_state` now accepts backend configuration arguments that were introduced to the backends in Terraform 0.10, including the `s3` backend's `workspace_dir_prefix` argument. [GH-6]
* New argument `defaults` on `terraform_remote_state` allows setting default values for outputs that are not set in the remote state. [GH-11]
## 0.1.0 (June 21, 2017)