github_repositories

Use this data source to retrieve a list of GitHub repositories using a search query.

Example Usage

data "github_repositories" "example" {
  query = "org:hashicorp language:Go"
  include_repo_id = true
}

Argument Reference

The following arguments are supported:

Attributes Reference