Skip to content

Commit

Permalink
chore(deps): bump hashicorp/tls from 4.0.4 to 4.0.5
Browse files Browse the repository at this point in the history
Bumps [hashicorp/tls](https://github.com/hashicorp/terraform-provider-tls) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/hashicorp/terraform-provider-tls/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-tls/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-tls@v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: hashicorp/tls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 431421f commit 46e9cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vault-pki/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
tls = {
source = "hashicorp/tls"
version = "4.0.4"
version = "4.0.5"
}
}
}
2 changes: 1 addition & 1 deletion vault-tls/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
tls = {
source = "hashicorp/tls"
version = "4.0.4"
version = "4.0.5"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
tls = {
source = "hashicorp/tls"
version = "4.0.4"
version = "4.0.5"
}
vault = {
source = "hashicorp/vault"
Expand Down

0 comments on commit 46e9cf8

Please sign in to comment.