Skip to content

Commit 6ac5ccd

Browse files
committed
feat: Add support for Terraform GitHub Provider version 5.x
1 parent 0c53808 commit 6ac5ccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/public-repositories-with-team/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
github = {
88
source = "integrations/github"
9-
version = "~> 4.0"
9+
version = "~> 5.0"
1010
}
1111
}
1212
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
github = {
1010
source = "integrations/github"
11-
version = "~> 4.0"
11+
version = ">= 4.0, < 6.0"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)