Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
Binary releases of this provider now include the linux-arm64 platform.
BREAKING CHANGES:
- Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#72)
BUG FIXES:
- Fixed path bug with exclusions on Windows (#71)
NOTES:
- The provider has switched to the standalone TF SDK, there should be no noticeable impact on compatibility. (#50)
- This release includes another Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.
- This release includes only a Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.
IMPROVEMENTS:
- The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
ENHANCEMENTS:
- Add
excludes
to thearchive_file
data source to exclude files when usingsource_dir
(#18)
BUG FIXES:
BUG FIXES:
- Fix modified time affecting zip contents and causing spurious diffs (#16)
BUG FIXES:
- Fix issue with flags not being copied on a single file and regression introduced in 1.0.1 (#13)
BUG FIXES:
- Fix issue with flags not being copied in to archive (#9)
- No changes from 0.1.0; just adjusting to the new version numbering scheme.
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout