Releases: hashicorp/terraform-provider-random
Releases · 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_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) - resource/random_string: The values for
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) - resource/random_password: If the resource was created between versions 3.4.0 and 3.4.2, the
bcrypt_hashvalue would not correctly verify against theresultvalue. Affected resources will automatically regenerate a validbcrypt_hashafter this upgrade. (#308) - resource/random_password: The
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) - resource/random_string: The
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:
- resource/random_password: Assign default values to
lower,number,special,upper,min_lower,min_numeric,min_specialandmin_upperif null. Assign length ofresulttolengthif null (#313) - resource/random_string: Assign default values to
lower,number,special,upper,min_lower,min_numeric,min_specialandmin_upperif null. Assign length ofresulttolengthif null (#313) - resource/random_password: Fixed incorrect
bcrypt_hashgeneration since version 3.4.0 (#308) - resource/random_password: Prevented difference with
override_specialwhen upgrading from version 3.3.2 and earlier (#312) - resource/random_string: Prevented difference with
override_specialwhen upgrading from version 3.3.2 and earlier (#312)
v3.4.2
v3.4.1
v3.4.0
NOTES:
- Provider has been re-written using the new
terraform-plugin-framework(#177). - resource/random_password:
numberwas deprecated in v3.3.0 and will be removed in the next major release. - resource/random_string:
numberwas deprecated in v3.3.0 and will be removed in the next major release.
v3.3.2
v3.3.1
BUG FIXES:
- resource/random_password: During schema upgrade, copy value of attribute
numberto attributenumeric, only if said value is a boolean (i.e. notnull) (262) - resource/random_string: During schema upgrade, copy value of attribute
numberto attributenumeric, only if said value is a boolean (i.e. notnull) (262)
v3.3.0
ENHANCEMENTS:
- resource/random_password:
numberis now deprecated andnumerichas been added to align attribute naming.numberwill be removed in the next major release (#258). - resource/random_string:
numberis now deprecated andnumerichas been added to align attribute naming.numberwill be removed in the next major release (#258).
v3.2.0
NEW FEATURES:
NOTES:
v3.1.3
BUG FIXES:
- resource/random_password: Prevent crash when length is less than 0 (#129, #181, #200, #233).
- resource/random_string: Prevent crash when length is less than 0 (#129, #181, #200, #233).
- resource/random_password: Prevent confusing inconsistent result error when length is 0 (#222, #233).
- resource/random_string: Prevent confusing inconsistent result error when length is 0 (#222, #233).