Skip to content

Latest commit

 

History

History
 
 

part04-gitlab-provider

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Terraform for your Gitlab

Contents

Overview

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.

How to use?

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

Roadmap

  • 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

Contribute

Contributions are always welcome!