From 60932cccc854b97ea6beacd692ba494a80c05e03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 23:11:08 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.100.0 --- network/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/providers.tf b/network/providers.tf index c8b731f7..c732d571 100644 --- a/network/providers.tf +++ b/network/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.58.0" + version = "~> 5.100.0" } } backend "remote" {}