Update Terraform random to v3 #10
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:
~> 2.3->~> 3.0Release Notes
hashicorp/terraform-provider-random
v3.4.3Compare Source
NOTES:
lower,number,special,upper,min_lower,min_numeric,min_special,min_upperandlengthcould be null if the resource was imported using version 3.3.1 or before. The value forlengthwill 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_upperandlengthcould be null if the resource was imported using version 3.3.1 or before. The value forlengthwill be automatically calculated and assigned and default values will be assigned for the other attributes listed after this upgrade (#313)bcrypt_hashvalue would not correctly verify against theresultvalue. Affected resources will automatically regenerate a validbcrypt_hashafter this upgrade. (#308)override_specialattribute may show a plan difference from empty string ("") tonullif 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_specialattribute may show a plan difference from empty string ("") tonullif 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_specialandmin_upperif null. Assign length ofresulttolengthif null (#313)lower,number,special,upper,min_lower,min_numeric,min_specialandmin_upperif null. Assign length ofresulttolengthif null (#313)bcrypt_hashgeneration since version 3.4.0 (#308)override_specialwhen upgrading from version 3.3.2 and earlier (#312)override_specialwhen upgrading from version 3.3.2 and earlier (#312)v3.4.2Compare Source
BUG FIXES:
keeperwithnullvalues from forcing replacement (305).min_upperis populated (304).min_upperis populated (304).v3.4.1Compare Source
BUG FIXES:
numberandnumericare both present and do not match (301).numberandnumericare both present and do not match (301).v3.4.0Compare Source
NOTES:
terraform-plugin-framework(#177).numberwas deprecated in v3.3.0 and will be removed in the next major release.numberwas deprecated in v3.3.0 and will be removed in the next major release.v3.3.2Compare Source
BUG FIXES:
v3.3.1Compare Source
BUG FIXES:
numberto attributenumeric, only if said value is a boolean (i.e. notnull) (262)numberto attributenumeric, only if said value is a boolean (i.e. notnull) (262)v3.3.0Compare Source
ENHANCEMENTS:
numberis now deprecated andnumerichas been added to align attribute naming.numberwill be removed in the next major release (#258).numberis now deprecated andnumerichas been added to align attribute naming.numberwill be removed in the next major release (#258).v3.2.0Compare Source
NEW FEATURES:
bcrypt_hash, which is the hashed password (73, 102, 254)NOTES:
v3.1.3Compare Source
BUG FIXES:
v3.1.2Compare Source
BUG FIXES:
v3.1.1Compare Source
NOTES:
v0.7.0:this improves generated documentation, with attributes now correctly formatted as
codeand provided with anchors.
v3.1.0Compare Source
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
v3.0.1Compare Source
BUG FIXES:
resource_integer: Integers in state that do not cleanly fit into float64s no longer lose their precision (#132)v3.0.0Compare Source
Binary releases of this provider will now include the linux-arm64 platform.
BREAKING CHANGES:
b64attribute (#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 becomes conflicted, 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.