github_rest_api

Use this data source to retrieve information about a GitHub resource through REST API.

Example Usage

data "github_rest_api" "example" {
  endpoint = "repos/example_repo/git/refs/heads/main"
}

Argument Reference

Attributes Reference