Skip to content

Commit

Permalink
chore(deps): update terraform tls to v4.0.6
Browse files Browse the repository at this point in the history
| datasource         | package       | from  | to    |
| ------------------ | ------------- | ----- | ----- |
| terraform-provider | hashicorp/tls | 4.0.5 | 4.0.6 |
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent fc59e8c commit e640259
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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 @@ -24,7 +24,7 @@ terraform {
}
tls = {
source = "hashicorp/tls"
version = "4.0.5"
version = "4.0.6"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit e640259

Please sign in to comment.