Update Terraform random to v3.4.3 - autoclosed
- Oct 21, 2022
-
-
Renovate Bot authored
Signed-off-by:
Renovate Bot <renovate@cri.epita.fr>
-
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
random (source) | required_provider | minor |
3.3.2 -> 3.4.3
|
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
v3.4.3
NOTES:
lower
, number
, special
, upper
, min_lower
, min_numeric
, min_special
, min_upper
and length
could be null if the resource was imported using version 3.3.1 or before. The value for length
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
and length
could be null if the resource was imported using version 3.3.1 or before. The value for length
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 the result
value. Affected resources will automatically regenerate a valid bcrypt_hash
after this upgrade. (#308)override_special
attribute may show a plan difference from empty string (""
) to null
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 (""
) to null
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
and min_upper
if null. Assign length of result
to length
if null (#313)lower
, number
, special
, upper
, min_lower
, min_numeric
, min_special
and min_upper
if null. Assign length of result
to length
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
BUG FIXES:
keeper
with null
values from forcing replacement (305).min_upper
is populated (304).min_upper
is populated (304).v3.4.1
BUG FIXES:
number
and numeric
are both present and do not match (301).number
and numeric
are both present and do not match (301).v3.4.0
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.This MR has been generated by Renovate Bot.
Signed-off-by:
Renovate Bot <renovate@cri.epita.fr>