From 7b20cb67e0bad86817ca36b36743adf5efa069c2 Mon Sep 17 00:00:00 2001 From: "horothesun-renovate[bot]" <155104562+horothesun-renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:22:43 +0000 Subject: [PATCH] Update Terraform hashicorp/terraform to v1.9.7 (#48) 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 c7ab9cc..417fca0 100644 --- a/terraform.tf +++ b/terraform.tf @@ -1,5 +1,5 @@ terraform { - required_version = "1.9.6" + required_version = "1.9.7" required_providers { aws = { source = "hashicorp/aws"