chore(deps): update terraform random to v3 #276
Merged
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:
~> 2.2
->~> 3.0
Release Notes
hashicorp/terraform-provider-random
v3.4.3
Compare Source
NOTES:
lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
,min_upper
andlength
could be null if the resource was imported using version 3.3.1 or before. The value forlength
will be automatically calculated and assigned and default values will be assigned for the other attributes listed after this upgrade (#313)lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
,min_upper
andlength
could be null if the resource was imported using version 3.3.1 or before. The value forlength
will be automatically calculated and assigned and default values will be assigned for the other attributes listed after this upgrade (#313)bcrypt_hash
value would not correctly verify against theresult
value. Affected resources will automatically regenerate a validbcrypt_hash
after this upgrade. (#308)override_special
attribute may show a plan difference from empty string (""
) tonull
if previously applied with version 3.4.2. The plan should show this as an in-place update and it should occur only once after upgrading. (#312)override_special
attribute may show a plan difference from empty string (""
) tonull
if previously applied with version 3.4.2. The plan should show this as an in-place update and it should occur only once after upgrading. (#312)BUG FIXES:
lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
andmin_upper
if null. Assign length ofresult
tolength
if null (#313)lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
andmin_upper
if null. Assign length ofresult
tolength
if null (#313)bcrypt_hash
generation since version 3.4.0 (#308)override_special
when upgrading from version 3.3.2 and earlier (#312)override_special
when upgrading from version 3.3.2 and earlier (#312)v3.4.2
Compare Source
BUG FIXES:
keeper
withnull
values from forcing replacement (305).min_upper
is populated (304).min_upper
is populated (304).v3.4.1
Compare Source
BUG FIXES:
number
andnumeric
are both present and do not match (301).number
andnumeric
are both present and do not match (301).v3.4.0
Compare Source
NOTES:
terraform-plugin-framework
(#177).number
was deprecated in v3.3.0 and will be removed in the next major release.number
was deprecated in v3.3.0 and will be removed in the next major release.v3.3.2
Compare Source
BUG FIXES:
v3.3.1
Compare Source
BUG FIXES:
number
to attributenumeric
, only if said value is a boolean (i.e. notnull
) (262)number
to attributenumeric
, only if said value is a boolean (i.e. notnull
) (262)v3.3.0
Compare Source
ENHANCEMENTS:
number
is now deprecated andnumeric
has been added to align attribute naming.number
will be removed in the next major release (#258).number
is now deprecated andnumeric
has been added to align attribute naming.number
will be removed in the next major release (#258).v3.2.0
Compare Source
NEW FEATURES:
bcrypt_hash
, which is the hashed password (73, 102, 254)NOTES:
v3.1.3
Compare Source
BUG FIXES:
v3.1.2
Compare Source
BUG FIXES:
v3.1.1
Compare Source
NOTES:
v0.7.0
:this improves generated documentation, with attributes now correctly formatted as
code
and provided with anchors.
v3.1.0
Compare Source
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
v3.0.1
Compare Source
BUG FIXES:
resource_integer
: Integers in state that do not cleanly fit into float64s no longer lose their precision (#132)v3.0.0
Compare Source
Binary releases of this provider will now include the linux-arm64 platform.
BREAKING CHANGES:
b64
attribute (#118)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 has been generated by Mend Renovate. View repository job log here.