Skip to content

Commit 5e31d18

Browse files
Update Terraform github to v6
1 parent 9de38bb commit 5e31d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ provider "github" {
77
If github provider would be released 3.0.0 major version, you will have to modify version.
88
ref: https://github.com/terraform-providers/terraform-provider-github/blob/master/CHANGELOG.md#290-june-29-2020
99
*/
10-
version = "= 2.9.0"
10+
version = "6.1.0"
1111
owner = "mpon"
1212
}
1313

terraform/stg/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ provider "github" {
77
If github provider would be released 3.0.0 major version, you will have to modify version.
88
ref: https://github.com/terraform-providers/terraform-provider-github/blob/master/CHANGELOG.md#290-june-29-2020
99
*/
10-
version = "= 2.9.0"
10+
version = "6.1.0"
1111
owner = "mpon"
1212
}
1313

0 commit comments

Comments
 (0)