github_repository_milestone

Use this data source to retrieve information about a specific GitHub milestone in a repository.

Example Usage

data "github_repository_milestone" "example" {
    owner       = "example-owner"
    repository  = "example-repository"
    number      = 1
}

Argument Reference

Attributes Reference