Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

20 lines (11 loc) · 1.1 KB

1.0.2 (November 03, 2017)

  • Updated the vendorered Libraries to match Terraform Core v0.10.8 (fixes a bug in v1.0.1) (#18)

1.0.1 (October 25, 2017)

  • Updated the libraries that we share with Terraform core so that this provider can now use all the same backend features as Terraform Core v0.10.8.

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. (#6)
  • New argument defaults on terraform_remote_state allows setting default values for outputs that are not set in the remote state. (#11)

0.1.0 (June 21, 2017)

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout