Skip to content

Commit

Permalink
Update Terraform github to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 9de38bb commit b5abbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provider "github" {
If github provider would be released 3.0.0 major version, you will have to modify version.
ref: https://github.com/terraform-providers/terraform-provider-github/blob/master/CHANGELOG.md#290-june-29-2020
*/
version = "= 2.9.0"
version = "6.2.0"
owner = "mpon"
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/stg/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provider "github" {
If github provider would be released 3.0.0 major version, you will have to modify version.
ref: https://github.com/terraform-providers/terraform-provider-github/blob/master/CHANGELOG.md#290-june-29-2020
*/
version = "= 2.9.0"
version = "6.2.0"
owner = "mpon"
}

Expand Down

0 comments on commit b5abbfe

Please sign in to comment.