Package Release Info

terraform-provider-local-2.0.0-6.3.1

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

terraform-provider-local

Change Logs

* Wed Nov 11 2020 adrian.glaubitz@suse.com
- 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 adrian.glaubitz@suse.com
- 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)
* Fri Feb 07 2020 rjschwei@suse.com
- Create symlink for terraform to recognize the provider. See
  https://www.terraform.io/docs/extend/how-terraform-works.html#plugin-locations
* Wed Feb 05 2020 adrian.glaubitz@suse.com
- 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 fbergmann@suse.com
- Initial packaging of the local terraform provider