project

hadenlabs/project/github

Terraform Module HCL GITHUB

github project for terraform

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

terraform-github-project ![Build Status](https://travis-ci.org/hadenlabs/terraform-github-project) ![Latest Release](https://travis-ci.org/hadenlabs/terraform-github-project/releases) Terraform module to provision an github project. --- This project is part of our comprehensive hadenlabs modules of terraform. It's 100% Open Source and licensed under the APACHE2. Usage ``hcl module "main" { source = "hadenlabs/project/github" version = "0.4.0" providers = { github = github } name = "terraform-github-project" body = "project terraform github project." } ` Full working example can be found in example folder. Terraform variables This document gives an overview of variables used in the platform of the terraform-github-project. Requirements | Name | Version | | --------- | ------- | | terraform

Inputs (3)
NameTypeDescriptionDefault
namestringThe name of the project. required
columnslist(string)(Optional) The names of the columns.[ "Backlog", "To Do", "Do Today",
bodystringbody of project.""
Outputs (1)
project — output project name and url
Resources (2)
github_organization_projectgithub_project_column
Details
FrameworkTerraform Module
LanguageHCL
Version0.4.0
Cloud GITHUB
★ Stars2
Forks3
Total downloads902
Inputs3
Outputs1
Resources2
LicenseLGPL-3.0
Namespacehadenlabs
Updated