From 96cbb1f6e4ccaf8c655abed85c48b937874f799e Mon Sep 17 00:00:00 2001 From: "horothesun-renovate[bot]" <155104562+horothesun-renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:18:47 +0000 Subject: [PATCH] Update Terraform aws to v5.70.0 --- terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tf b/terraform.tf index 417fca0..b23402a 100644 --- a/terraform.tf +++ b/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.69.0" + version = "5.70.0" } } }