chore(deps): update terraform local to v2 #5942
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 1.3
->~> 2.0
Release Notes
hashicorp/terraform-provider-local (local)
v2.5.2
Compare Source
NOTES:
v2.5.1
Compare Source
NOTES:
v2.5.0
Compare Source
FEATURES:
direxists
function that checks for the existence of a directory, similar to the built-infileexists
function. (#285)v2.4.1
Compare Source
NOTES:
v2.4.0
Compare Source
NOTES:
FEATURES:
MD5
,SHA1
,SHA256
, andSHA512
checksum outputs. (#142)MD5
,SHA1
,SHA256
, andSHA512
checksum outputs. (#142)MD5
,SHA1
,SHA256
, andSHA512
checksum outputs. (#142)MD5
,SHA1
,SHA256
, andSHA512
checksum outputs. (#142)v2.3.0
Compare Source
NOTES:
terraform-plugin-framework
(#155)v2.2.3
Compare Source
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
Compare Source
NOTES:
"0700"
, not"0777"
).v2.2.1
Compare Source
NOTES:
v2.2.0
Compare Source
NOTES:
sensitive_content
isDeprecated
. For creating or accessing files containing sensitive data,please use the new resource and data source
local_sensitive_file
.Both are identical to their
local_file
counterparts, butcontent
andcontent_base64
attributes are marked as sensitive.FEATURES:
local_sensitive_file
(#101 and #106)local_sensitive_file
(#106)v2.1.0
Compare Source
NOTES:
darwin-arm64
platform.v2.0.0
Compare Source
NOTES:
linux-arm64
platform.BREAKING CHANGES:
This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version.
(#42)
FEATURES:
source
attribute as alternative way to provide contentfor the
local_file
resource.(#44)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.