github_ref

Use this data source to retrieve information about a repository ref.

Example Usage

data "github_ref" "development" {
  owner      = "example"
  repository = "example"
  ref        = "heads/development"
}

Argument Reference

The following arguments are supported:

Attribute Reference

The following additional attributes are exported: