@@ -16,7 +16,7 @@ This Terraform module provides resources to manage GitLab groups, projects, inte
1616## Requirements
1717
1818- Terraform 1.5.7 or higher.
19- - GitLab Provider for Terraform 17.3 .0 or higher.
19+ - GitLab Provider for Terraform 18.0 .0 or higher.
2020
2121## Usage
2222
@@ -41,20 +41,20 @@ This Terraform module provides resources to manage GitLab groups, projects, inte
4141 settings :
4242 visibility : private
4343 description : " Parent group for user roles subgroups"
44- ` ` `
44+ ` ` `
4545
46462. **Projects Configuration**
4747
48- Define your GitLab projects in YAML files located in the projects directory. Example projects/projects.yaml:
48+ Define your GitLab projects in YAML files located in the projects directory. Example projects/projects.yaml:
4949
50- ` ` ` yaml
51- projects :
52- - name : project-alpha
53- create : true
54- visibility : private
55- description : " Alpha project description"
56- settings : {}
57- ` ` `
50+ ` ` ` yaml
51+ projects :
52+ - name : project-alpha
53+ create : true
54+ visibility : private
55+ description : " Alpha project description"
56+ settings : {}
57+ ` ` `
5858
5959### Step 2: Use the Module
6060
@@ -71,17 +71,17 @@ Create a main.tf file and use the module to manage your GitLab resources:
7171
7272# ## Step 3: Initialize and Apply
7373
74- 1. **Initialize Terraform:**
74+ 1. **Initialize Terraform:**
7575
76- ` ` ` sh
77- terraform init
78- ` ` `
76+ ` ` ` sh
77+ terraform init
78+ ` ` `
7979
80- 2. **Apply the Terraform configuration:**
80+ 2. **Apply the Terraform configuration:**
8181
82- ` ` ` sh
83- terraform apply
84- ` ` `
82+ ` ` ` sh
83+ terraform apply
84+ ` ` `
8585
8686# ## Step 4: Verify Outputs
8787
@@ -114,7 +114,6 @@ You can find examples in the examples/ directory for different use cases, such a
114114- [terraform](https://github.com/opsworks-co/terraform-gitlab/tree/main/examples/terraform) - How to use module with terraform
115115- [terragrunt](https://github.com/opsworks-co/terraform-gitlab/tree/main/examples/terragrunt) - How to use module with terragrunt
116116
117-
118117# # Authors
119118
120119Module is maintained by [Serhii Kaidalov](https://github.com/wiseelf).
0 commit comments