From b635b1dd1c06918f07da1fc68fdc4f12143f297b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:48:09 +0000 Subject: [PATCH] chore(deps): bump hashicorp/archive in /infrastructure Bumps [hashicorp/archive](https://github.com/hashicorp/terraform-provider-archive) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/hashicorp/terraform-provider-archive/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-archive/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-archive/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: hashicorp/archive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 114852d..8611256 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -15,7 +15,7 @@ terraform { archive = { source = "hashicorp/archive" - version = "2.4.1" + version = "2.4.2" } } }