From 48e6119fd27ac9aee39076fd470849a46bbd399c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:25:28 +0000 Subject: [PATCH] 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] --- modules/domain/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/domain/versions.tf b/modules/domain/versions.tf index 511d46c..ab6a99f 100644 --- a/modules/domain/versions.tf +++ b/modules/domain/versions.tf @@ -11,7 +11,7 @@ terraform { } tls = { source = "hashicorp/tls" - version = "4.0.5" + version = "4.0.6" } acme = { source = "vancluever/acme"