project

hadenlabs/project/gitlab

Terraform Module HCL GITLAB

terraform gitlab repository

Install
module "project" {
source = "hadenlabs/project/gitlab"
version = "0.3.3"
}
plain text: /constructs/tfmod-hadenlabs-project-gitlab/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Latest Release](https://github.com/hadenlabs/terraform-gitlab-project/releases) ![Lint](https://github.com/hadenlabs/terraform-gitlab-project/actions?workflow=lint-code) ![CI](https://github.com/hadenlabs/terraform-gitlab-project/actions?workflow=ci) ![Test](https://github.com/hadenlabs/terraform-gitlab-project/actions?workflow=test) ![pre-commit](https://github.com/pre-commit/pre-commit) ![Conventional Commits](https://conventionalcommits.org) ![KeepAChangelog](https://keepachangelog.com) terraform-gitlab-project terraform-gitlab-project for gitlab Requirements This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration: - Pyenv - Docker - python - taskfile Usage ``hcl module "main" { source = "hadenlabs/project/gitlab" version = "0.3.3"

Inputs (6)
NameTypeDescriptionDefault
namespace_idstringThe namespace (group or user) of the project. required
namestringThe name of the project. required
descriptionstringThe description of the project. required
tagslist(string)topics or tags of project.[]
visibilitystringThe visibility of the project private or public."private"
settingsmap(any)Create and manage settings.{}
Outputs (1)
instance — output instance project
Resources (1)
gitlab_project
Details
FrameworkTerraform Module
LanguageHCL
Version0.3.3
Cloud GITLAB
★ Stars2
Forks3
Total downloads926
Inputs6
Outputs1
Resources1
Examples1
LicenseLGPL-3.0
Namespacehadenlabs
Updated