This module creates following resources.
github_repository_project (optional)
github_organization_project (optional)
github_project_column (optional)
No modules.
| Name |
Description |
Type |
Default |
Required |
| name |
(Required) The name of the project. |
string |
n/a |
yes |
| columns |
(Optional) A list of columns for the project. |
set(string) |
[] |
no |
| description |
(Optional) A description of the project. |
string |
"Managed by Terraform." |
no |
| level |
(Optional) Choose to create a project for organization or repository. Valid values are ORGANIAZTION and REPOSITORY. The default is ORGANIZATION level, so the project is managed by organization level. |
string |
"ORGANIZATION" |
no |
| repository |
(Optional) The repository to create the project for. Only need when level is REPOSITORY. |
string |
null |
no |
| Name |
Description |
| columns |
A list of columns of the project. |
| description |
The description of the team. |
| id |
The ID of the project. |
| level |
The level of the project. REPOSITORY or ORGANIZATION. |
| name |
The name of the project. |
| repository |
The repository which the project is created. |
| url |
The URL of the project. |