fix: bump hashicorp/tls from 4.0.5 to 4.0.6

Bumps [hashicorp/tls](https://github.com/hashicorp/terraform-provider-tls) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/hashicorp/terraform-provider-tls/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-tls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-provider-tls/compare/v4.0.5...v4.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-15 21:25:28 +00:00 committed by GitHub
parent 70a17d570b
commit 48e6119fd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ terraform {
} }
tls = { tls = {
source = "hashicorp/tls" source = "hashicorp/tls"
version = "4.0.5" version = "4.0.6"
} }
acme = { acme = {
source = "vancluever/acme" source = "vancluever/acme"