Releases: hashicorp/terraform-provider-random
Releases · hashicorp/terraform-provider-random
v3.3.2
v3.3.1
BUG FIXES:
- resource/random_password: During schema upgrade, copy value of attribute
number
to attributenumeric
, only if said value is a boolean (i.e. notnull
) (262) - resource/random_string: During schema upgrade, copy value of attribute
number
to attributenumeric
, only if said value is a boolean (i.e. notnull
) (262)
v3.3.0
ENHANCEMENTS:
- resource/random_password:
number
is now deprecated andnumeric
has been added to align attribute naming.number
will be removed in the next major release (#258). - resource/random_string:
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
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).
v3.1.2
v3.1.1
NOTES:
- Updated terraform-plugin-docs to
v0.7.0
:
this improves generated documentation, with attributes now correctly formatted ascode
and provided with anchors. - Functionally identical to the previous 3.1.0 release.