From 5c4a28098c5e776b529b1797d8175666b7341ccf Mon Sep 17 00:00:00 2001 From: Ray Smets Date: Thu, 19 Sep 2024 10:59:36 -0700 Subject: [PATCH] [Version] updated to allow latest github version. --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index c6228c9..d1a7d1b 100644 --- a/versions.tf +++ b/versions.tf @@ -8,7 +8,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = ">= 4.0, < 6.0" + version = ">= 4.0, < 7.0" } } }