Changelog for
terraform-provider-local-2.1.0-lp154.1.24.x86_64.rpm :
* Thu Jul 29 2021 John Paul Adrian Glaubitz
- Update to version 2.1.0:
* update to Go 1.16
* add CONTRIBUTING.md
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.0.3 to 2.4.3
* Create dependabot.yml
* Fallback to org CoC
* Remove redundant \"an\"- Add _service file to enable source download via OBS service- Run spec-cleaner on spec file
* Wed Nov 11 2020 John Paul Adrian Glaubitz - Add symbolic link to comply with new filesystem layout for local provider copies- Define and use common Go spec file variables
* Tue Oct 20 2020 John Paul Adrian Glaubitz - Update to version 2.0.0 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. (#42) NEW FEATURES:
* Add `source` attribute to `local_file` resource (#44)
* Wed Feb 05 2020 John Paul Adrian Glaubitz - Update to version 1.4.0 NOTES:
* The provider has switched to the standalone TF SDK, there should be no noticeable impact on compatibility. ([#32](https://github.com/terraform-providers/terraform-provider-local/issues/32)) NEW FEATURES:
* r/local_file: allow for configurable permissions ([#30](https://github.com/terraform-providers/terraform-provider-local/issues/30))- from version 1.3.0
* Add support for base64 encoded content ([#29](https://github.com/terraform-providers/terraform-provider-local/issues/29))- Include CHANGELOG.md in %doc section- Increase golang API in BuildRequires to > 1.12- Increase terraform version dependency to > 0.12.0
* Fri May 17 2019 - Initial packaging of the local terraform provider