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