Skip to content

Commit 8720320

Browse files
roidelapluiestack72
authored andcommitted
doc/provider/gitlab: rename github_token to gitlab_token (#14890)
1 parent 7eb71a8 commit 8720320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the navigation to the left to read about the available resources.
2020
```hcl
2121
# Configure the GitLab Provider
2222
provider "gitlab" {
23-
token = "${var.github_token}"
23+
token = "${var.gitlab_token}"
2424
}
2525
2626
# Add a project to the organization

0 commit comments

Comments
 (0)