project
hadenlabs/project/github
github project for terraform
terraform-github-project   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
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | The name of the project. | required |
| columns | list(string) | (Optional) The names of the columns. | [
"Backlog",
"To Do",
"Do Today",
|
| body | string | body of project. | "" |
project — output project name and urlAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,