Update Terraform random to v3.4.3 - autoclosed
-
Review changes -
-
Download -
Patches
-
Plain diff
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
random (source) | required_provider | minor |
3.3.2 -> 3.4.3
|

Dependency Lookup Warnings 


Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
hashicorp/terraform-provider-random
v3.4.3
NOTES:
- resource/random_password: The values for
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) - resource/random_string: The values for
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) - resource/random_password: If the resource was created between versions 3.4.0 and 3.4.2, the
bcrypt_hash
value would not correctly verify against theresult
value. Affected resources will automatically regenerate a validbcrypt_hash
after this upgrade. (#308) - resource/random_password: The
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) - resource/random_string: The
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:
- resource/random_password: Assign default values to
lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
andmin_upper
if null. Assign length ofresult
tolength
if null (#313) - resource/random_string: Assign default values to
lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
andmin_upper
if null. Assign length ofresult
tolength
if null (#313) - resource/random_password: Fixed incorrect
bcrypt_hash
generation since version 3.4.0 (#308) - resource/random_password: Prevented difference with
override_special
when upgrading from version 3.3.2 and earlier (#312) - resource/random_string: Prevented difference with
override_special
when upgrading from version 3.3.2 and earlier (#312)
v3.4.2
BUG FIXES:
- all: Prevent
keeper
withnull
values from forcing replacement (305). - resource/random_password: During upgrade state, ensure
min_upper
is populated (304). - resource/random_string: During upgrade state, ensure
min_upper
is populated (304).
v3.4.1
BUG FIXES:
- resource/random_password: During attribute plan modifier, only return error if
number
andnumeric
are both present and do not match (301). - resource/random_string: During attribute plan modifier, only return error if
number
andnumeric
are both present and do not match (301).
v3.4.0
NOTES:
- Provider has been re-written using the new
terraform-plugin-framework
(#177). - resource/random_password:
number
was deprecated in v3.3.0 and will be removed in the next major release. - resource/random_string:
number
was deprecated in v3.3.0 and will be removed in the next major release.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.