github_external_group

Use this data source to retrieve external groups belonging to an organization.

Example Usage

data "github_external_groups" "example_external_groups" {}

locals {
  local_groups = "${data.github_external_groups.example_external_groups}"
}

output "groups" {
  value = local.local_groups
}

Argument Reference

N/A. This resource will retrieve all the external groups belonging to an organization.

Attributes Reference