From d552d767f5741e941787f99b501c899f84f2749f Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Tue, 27 Feb 2024 10:03:12 +0100 Subject: [PATCH] Update example usage to use version 6.0 --- website/docs/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 1765e05a8a..313221133f 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 = "~> 5.0" + version = "~> 6.0" } } }