From 7019a0dde650c27b69a0f9f3a0ed04406c7ce829 Mon Sep 17 00:00:00 2001 From: "horothesun-renovate[bot]" <155104562+horothesun-renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:21:36 +0000 Subject: [PATCH] Update Terraform aws to v5.66.0 (#42) Co-authored-by: horothesun-renovate[bot] <155104562+horothesun-renovate[bot]@users.noreply.github.com> --- terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tf b/terraform.tf index b4b96e9..4eb84d0 100644 --- a/terraform.tf +++ b/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.65.0" + version = "5.66.0" } } }