Skip to content

Commit

Permalink
chore(deps): update terraform random to v3.7.1
Browse files Browse the repository at this point in the history
| datasource         | package          | from  | to    |
| ------------------ | ---------------- | ----- | ----- |
| terraform-provider | hashicorp/random | 3.6.3 | 3.7.1 |
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 15acf1d commit 07076a5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.5.1"
version = "3.7.1"
}
}
}

0 comments on commit 07076a5

Please sign in to comment.