From 52c02fc6e16c8ec655e2723c0b266edaf0a138ea Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Mon, 28 Nov 2022 23:03:09 +0100 Subject: [PATCH] Use latest version in documentation [ci skip] (#1363) Co-authored-by: Keegan Campbell --- website/docs/index.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 417eaa5352..717d453fc4 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -23,7 +23,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "~> 4.0" + version = "~> 5.0" } } } @@ -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