File tree 5 files changed +44
-13
lines changed
5 files changed +44
-13
lines changed Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- main
10
- - master
10
+
11
11
# For removing the merge-conflict label.
12
12
pull_request_target :
13
13
types : [synchronize]
Original file line number Diff line number Diff line change 1
- <img src =" https://www.datocms-assets.com/2885/1629941242-logo-terraform-main.svg " width =" 600px " >
1
+ <a href =" https://terraform.io " >
2
+ <img src=".github/terraform_logo.svg" alt="Terraform logo" title="Terraform" align="right" height="50" />
3
+ </a >
2
4
3
5
# Terraform Provider for Gitlab
4
6
5
- - [ Documentation] ( https://www.terraform.io/docs/providers/gitlab/index.html )
6
- - [ ![ Gitter chat] ( https://badges.gitter.im/hashicorp-terraform/Lobby.png )] ( https://gitter.im/hashicorp-terraform/Lobby )
7
- - Mailing list: [ Google Groups] ( http://groups.google.com/group/terraform-tool )
8
- - Build status: [ ![ Tests] ( https://github.com/gitlabhq/terraform-provider-gitlab/actions/workflows/push.yml/badge.svg )] ( https://github.com/gitlabhq/terraform-provider-gitlab/actions/workflows/push.yml )
7
+ [ ![ Tests] ( https://github.com/gitlabhq/terraform-provider-gitlab/actions/workflows/push.yml/badge.svg )] ( https://github.com/gitlabhq/terraform-provider-gitlab/actions/workflows/push.yml )
9
8
10
- ## Requirements
9
+ - [ Documentation] ( https://www.terraform.io/docs/providers/gitlab/index.html )
10
+ - [ Issues] ( https://github.com/gitlabhq/terraform-provider-gitlab/issues )
11
11
12
- - [ Terraform] ( https://www.terraform.io/downloads.html ) >= 0.12.x
12
+ The Terraform Gitlab Provider is a plugin for Terraform that allows for the full lifecycle management of
13
+ GitLab resources, like users, groups and projects.
13
14
14
15
## Contributing
15
16
16
- Check out the [ CONTRIBUTING.md] ( /CONTRIBUTING.md ) guide for tips on how to contribute and develop the provider.
17
+ Check out the [ CONTRIBUTING.md] ( /CONTRIBUTING.md ) guide for tips on how to contribute and develop the provider.
Original file line number Diff line number Diff line change 1
1
---
2
- # generated by https://github.com/hashicorp/terraform-plugin-docs
3
- page_title : " gitlab Provider"
2
+ page_title : " GitLab Provider"
4
3
subcategory : " "
5
4
description : |-
6
-
5
+ Terraform Provider for GitLab
7
6
---
8
7
9
- # gitlab Provider
8
+ Use the GitLab provider to interact with GitLab resources, like
9
+ users, groups, projects and more. You must configure the provider with
10
+ the proper credentials before you can use it.
10
11
12
+ Use the navigation to the left to read about the valid data sources and resources.
11
13
14
+ This provider requires at least [ Terraform 0.12] ( https://www.terraform.io/downloads.html ) .
12
15
13
16
## Example Usage
14
17
Original file line number Diff line number Diff line change
1
+ ---
2
+ page_title: "GitLab Provider"
3
+ subcategory: ""
4
+ description: |-
5
+ Terraform Provider for GitLab
6
+ ---
7
+
8
+ Use the GitLab provider to interact with GitLab resources, like
9
+ users, groups, projects and more. You must configure the provider with
10
+ the proper credentials before you can use it.
11
+
12
+ Use the navigation to the left to read about the valid data sources and resources.
13
+
14
+ This provider requires at least [Terraform 0.12](https://www.terraform.io/downloads.html).
15
+
16
+ ## Example Usage
17
+
18
+ {{tffile "examples/provider/provider.tf"}}
19
+
20
+ {{ .SchemaMarkdown | trimspace }}
You can’t perform that action at this time.
0 commit comments