We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c53808 commit 6ac5ccdCopy full SHA for 6ac5ccd
test/public-repositories-with-team/provider.tf
@@ -6,7 +6,7 @@ terraform {
6
required_providers {
7
github = {
8
source = "integrations/github"
9
- version = "~> 4.0"
+ version = "~> 5.0"
10
}
11
12
versions.tf
@@ -8,7 +8,7 @@ terraform {
+ version = ">= 4.0, < 6.0"
13
14
0 commit comments