From 9ec28d26a84557cf8b35253cb65afe4f5c8b32ea Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Sun, 28 May 2017 22:46:44 +0200 Subject: [PATCH] doc/provider/gitlab: rename github_token to gitlab_token (#14890) --- website/source/docs/providers/gitlab/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/gitlab/index.html.markdown b/website/source/docs/providers/gitlab/index.html.markdown index 0b4f1f8f2..f100e0f96 100644 --- a/website/source/docs/providers/gitlab/index.html.markdown +++ b/website/source/docs/providers/gitlab/index.html.markdown @@ -20,7 +20,7 @@ Use the navigation to the left to read about the available resources. ```hcl # Configure the GitLab Provider provider "gitlab" { - token = "${var.github_token}" + token = "${var.gitlab_token}" } # Add a project to the organization