From 08a4596b519f2a6efb41a7891b79d63d64ae42c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:58:59 +0000 Subject: [PATCH] Bump hashicorp/aws from 5.63.1 to 5.68.0 Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.63.1 to 5.68.0. - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-aws/compare/v5.63.1...v5.68.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index d210cee..8338f64 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.63.1" + version = "5.68.0" } azurerm = { source = "hashicorp/azurerm"