From 2b4cb59eda79835bbd16d23aac8db9c63c281697 Mon Sep 17 00:00:00 2001 From: Krisjanis Lejejs Date: Thu, 14 Nov 2024 13:13:26 +0200 Subject: [PATCH] Bump TF to 1.9.8 --- community/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/main.tf b/community/main.tf index 2906fae..270242e 100644 --- a/community/main.tf +++ b/community/main.tf @@ -7,7 +7,7 @@ terraform { } } - required_version = "= 1.9.6" + required_version = "= 1.9.8" required_providers { aws = {