From 9e27ca5853780ad0c2f7e2a8169ade4f210cdd60 Mon Sep 17 00:00:00 2001 From: "horothesun-renovate[bot]" <155104562+horothesun-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:23:17 +0000 Subject: [PATCH] Update Terraform aws to v5.67.0 (#44) 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 4eb84d0..855f36b 100644 --- a/terraform.tf +++ b/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.66.0" + version = "5.67.0" } } }