doc/provider/gitlab: rename github_token to gitlab_token (#14890)

This commit is contained in:
Julien Pivotto 2017-05-28 22:46:44 +02:00 committed by Paul Stack
parent 7b14c84a40
commit 9ec28d26a8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Use the navigation to the left to read about the available resources.
```hcl ```hcl
# Configure the GitLab Provider # Configure the GitLab Provider
provider "gitlab" { provider "gitlab" {
token = "${var.github_token}" token = "${var.gitlab_token}"
} }
# Add a project to the organization # Add a project to the organization