-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more regex filters to installation docsgen (#2421)
Rather than handling these in individual providers, they're best served here. Adds a few test cases to guard against any regression. - **Match TF mentions found in gitlab provider and add test cases** - **Add a header to skip as seen in hcloud**
- Loading branch information
1 parent
cd77457
commit 9668009
Showing
4 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Use the GitLab provider to interact with GitLab resources, like | ||
users, groups, projects and more. You must configure the provider with | ||
the proper credentials before you can use it. | ||
|
||
The provider uses the [`xanzy/go-gitlab`](https://github.com/xanzy/go-gitlab) library | ||
to interact with the [GitLab REST API](https://docs.gitlab.com/ee/api/api_resources.html). | ||
|
||
Each data source and resource references the appropriate upstream GitLab REST API documentation, | ||
which may be consumed to better understand the behavior of the API. | ||
|
||
Use the navigation to the left to read about the valid data sources and resources. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Use the GitLab provider to interact with GitLab resources, like | ||
users, groups, projects and more. You must configure the provider with | ||
the proper credentials before you can use it. | ||
|
||
The provider uses the [`xanzy/go-gitlab`](https://github.com/xanzy/go-gitlab) library | ||
to interact with the [GitLab REST API](https://docs.gitlab.com/ee/api/api_resources.html). | ||
|
||
This provider requires Terraform 1.0. | ||
|
||
Each data source and resource references the appropriate upstream GitLab REST API documentation, | ||
which may be consumed to better understand the behavior of the API. | ||
|
||
Use the navigation to the left to read about the valid data sources and resources. | ||
|
||
This provider requires at least [Terraform 1.0](https://www.terraform.io/downloads.html). | ||
A minimum of Terraform 1.4.0 is recommended. |