Skip to content

Commit cb80675

Browse files
authored
update versions.tf with required provider version
1 parent 59d5c13 commit cb80675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
required_providers {
1010
github = {
1111
source = "integrations/github"
12-
version = ">= 4.20, < 6.0"
12+
version = ">= 5.8, < 6.0"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)