- Updated the vendorered Libraries to match Terraform Core v0.10.8 (fixes a bug in v1.0.1) (#18)
- 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.
ENHANCEMENTS:
terraform_remote_state
now accepts backend configuration arguments that were introduced to the backends in Terraform 0.10, including thes3
backend'sworkspace_dir_prefix
argument. (#6)- New argument
defaults
onterraform_remote_state
allows setting default values for outputs that are not set in the remote state. (#11)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout