This resource allows you to create and manage projects for GitHub organization.
resource "github_organization_project" "project" {
name = "A Organization Project"
body = "This is a organization project."
}
The following arguments are supported:
name
- (Required) The name of the project.
body
- (Optional) The body of the project.
The following additional attributes are exported:
url
- URL of the project