From 3d36e1d450ba5bb38dfdf4fc2b8d72c3ca247069 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 3 Nov 2023 08:39:28 +0000
Subject: [PATCH] chore(deps): update terraform aws to ~> 5.24.0

---
 testdata/main.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testdata/main.tf b/testdata/main.tf
index 5326352..d6db44f 100644
--- a/testdata/main.tf
+++ b/testdata/main.tf
@@ -4,7 +4,7 @@ terraform {
   required_providers {
     aws = {
       source  = "hashicorp/aws"
-      version = "~> 5.23.0"
+      version = "~> 5.24.0"
     }
 
     azurerm = {