From da1ba34e4fdec933736fa0fcb6c79167d78cbf91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:26:02 +0000 Subject: [PATCH] Bump hashicorp/aws from 5.68.0 to 5.78.0 Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.68.0 to 5.78.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.68.0...v5.78.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 8338f64..fe7eee5 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.68.0" + version = "5.78.0" } azurerm = { source = "hashicorp/azurerm"