github_collaborators

Use this data source to retrieve the collaborators for a given repository.

Example Usage

data "github_collaborators" "test" {
  owner      = "example_owner"
  repository = "example_repository"
}

Arguments Reference

Attributes Reference


The collaborator block consists of: