From 600e119318c34b77edebe57234139121025272e3 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 18:49:58 +0200 Subject: [PATCH] Bump Terraform `random` provider version to 3.5.1 (#485)

Bump Terraform `random` provider version

Update Terraform lock file

"hashicorp/random" updated from "3.5.1" to "3.5.1" in file ".terraform.lock.hcl"

3.5.1
Changelog retrieved
from:
	https://github.com/hashicorp/terraform-provider-random/releases/tag/v3.5.1
BUG
FIXES:

* resource/random_password: Prevent error with `bcrypt`
by truncating the bytes that are hashed to a maximum length of 72
([#397](https://github.com/hashicorp/terraform-provider-random/issues/397))


---
Updatecli
logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- .terraform.lock.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.terraform.lock.hcl b/.terraform.lock.hcl index 18572e1e..9e500556 100644 --- a/.terraform.lock.hcl +++ b/.terraform.lock.hcl @@ -108,8 +108,10 @@ provider "registry.terraform.io/hashicorp/local" { provider "registry.terraform.io/hashicorp/random" { version = "3.5.1" hashes = [ + "h1:6FVyQ/aG6tawPam6B+oFjgdidKd83uG9n7dOSQ66HBA=", "h1:IL9mSatmwov+e0+++YX2V6uel+dV6bn+fC/cnGDK3Ck=", "h1:VSnd9ZIPyfKHOObuQCaKfnjIHRtR7qTw19Rz8tJxm+k=", + "h1:sZ7MTSD4FLekNN2wSNFGpM+5slfvpm5A/NLVZiB7CO0=", "zh:04e3fbd610cb52c1017d282531364b9c53ef72b6bc533acb2a90671957324a64", "zh:119197103301ebaf7efb91df8f0b6e0dd31e6ff943d231af35ee1831c599188d", "zh:4d2b219d09abf3b1bb4df93d399ed156cadd61f44ad3baf5cf2954df2fba0831",