terraform-google-bootstrap
terraform-google-bootstrap copied to clipboard
chore(deps): update terraform random to v3
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| random (source) | required_provider | major | ~> 2.2 -> ~> 3.0 |
Release Notes
hashicorp/terraform-provider-random
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
@renovate[bot]
Thanks for the PR! 🚀
✅ Lint checks have passed.