Skip to content

naveenb29/tf_gitlab_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using this Module

Before running terraform commands, please ensure that GITLAB_TOKEN is set by running

export GITLAB_TOKEN=<REPLACE-TOKEN-HERE>

module "my-new-repo" {
  source  = "git::https://github.com/naveenb29/tf_gitlab_repo.git"
  repo_name = "my-repo-name"
  repo_description = "my repo will do ..."
  visibility_level = "internal"
  namespace_id = ""
}

tf_gitlab_repo

About

A terraform module to create new gitlab repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages