Skip to content

Commit

Permalink
Use latest version in documentation [ci skip] (integrations#1363)
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
2 people authored and kazaker committed Dec 28, 2022
1 parent cba8cfd commit 52c02fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand All @@ -42,7 +42,7 @@ Terraform 0.12 and earlier:
```terraform
# Configure the GitHub Provider
provider "github" {
version = "~> 4.0"
version = "~> 5.0"
}
# Add a user to the organization
Expand Down

0 comments on commit 52c02fc

Please sign in to comment.