tf-ecs-fargate-pipeline-example
tf-ecs-fargate-pipeline-example copied to clipboard
Update Terraform random to v3
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| random (source) | provider | major | ~> 2.3 -> ~> 3.0 |
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_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
BUG FIXES:
- all: Prevent
keeperwithnullvalues from forcing replacement (305). - resource/random_password: During upgrade state, ensure
min_upperis populated (304). - resource/random_string: During upgrade state, ensure
min_upperis populated (304).
v3.4.1
BUG FIXES:
- resource/random_password: During attribute plan modifier, only return error if
numberandnumericare both present and do not match (301). - resource/random_string: During attribute plan modifier, only return error if
numberandnumericare 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:
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
BUG FIXES:
- resource/random_password: When importing set defaults for all attributes that have a default defined (256).
- resource/random_string: When importing set defaults for all attributes that have a default defined (256).
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:
- Adds or updates DESIGN.md, README.md, CONTRIBUTING.md and SUPPORT.md docs (176, 235, 242).
- Removes usage of deprecated fields, types and functions (243, 244).
- Tests all minor Terraform versions (238, 241)
- Switches to linting with golangci-lint (237, 240).
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
BUG FIXES:
- resource/random_pet: Prevented deterministic results since 3.1.1 (#217.
v3.1.1
NOTES:
- Updated terraform-plugin-docs to
v0.7.0: this improves generated documentation, with attributes now correctly formatted ascodeand provided with anchors. - Functionally identical to the previous 3.1.0 release.
v3.1.0
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
v3.0.1
BUG FIXES:
resource_integer: Integers in state that do not cleanly fit into float64s no longer lose their precision (#132)
v3.0.0
Binary releases of this provider will now include the linux-arm64 platform.
BREAKING CHANGES:
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.