This repo contains Terafform codes 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.
Create your own terraform.tfvars
and copy terraform.tfvars.example
to it
Check your provider version and initialize Terraform.
terraform init
Now it's time to actually using apply.
terraform apply
Deletes and removes Terraform-managed infrastructure
terraform destroy
- Create a project
- Manage a file within a repository
- Manage license of a project
- Create a new branch
- Create a tag
- Manage labels of a project
- Manage scheduled pipeline
- Manage pipelines
Contributions are always welcome!