doc/provider/gitlab: rename github_token to gitlab_token (#14890)
This commit is contained in:
parent
7b14c84a40
commit
9ec28d26a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue