This commit is contained in:
tf-release-bot 2017-09-14 00:35:05 +00:00
parent c59b6211dc
commit 2e2d1d5273
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
## 1.0.0 (Unreleased)
## 1.0.0 (September 14, 2017)
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]
* `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. ([#6](https://github.com/terraform-providers/terraform-provider-terraform/issues/6))
* New argument `defaults` on `terraform_remote_state` allows setting default values for outputs that are not set in the remote state. ([#11](https://github.com/terraform-providers/terraform-provider-terraform/issues/11))
## 0.1.0 (June 21, 2017)