chore(deps): update terraform local to v2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
local (source) | required_provider | major |
1.4.0 -> 2.2.3
|
Release Notes
hashicorp/terraform-provider-local
v2.2.3
NOTES:
-
resource/local_file: Update docs to prevent confusion that exactly one of the arguments
content
,sensitive_content
,content_base64
, andsource
needs to be specified (#123). -
resource/local_sensitive_file: Update docs to prevent confusion that exactly one of the arguments
content
,content_base64
, andsource
needs to be specified (#123). -
No functional changes from 2.2.2.
v2.2.2
NOTES:
- resource/local_sensitive_file: Fixed typo in documentation (default permission is
"0700"
, not"0777"
). - No functional changes from 2.2.1.
v2.2.1
NOTES:
- This release is a republishing of the 2.2.0 release to fix release asset checksum errors. It is identical otherwise.
v2.2.0
NOTES:
- resource/local_file: Argument
sensitive_content
isDeprecated
. For creating or accessing files containing sensitive data, please use the new resource and data sourcelocal_sensitive_file
. Both are identical to theirlocal_file
counterparts, butcontent
andcontent_base64
attributes are marked as sensitive.
FEATURES:
v2.1.0
NOTES:
- Binary releases of this provider now include the
darwin-arm64
platform. - This version contains no further changes.
v2.0.0
NOTES:
- 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. (#42)
FEATURES:
- resource/local_file: Added
source
attribute as alternative way to provide content for thelocal_file
resource. (#44)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.