Data Source: tfe_github_app_installation

Use this data source to get information about the Github App Installation.

Example Usage

Finding a Github App Installation by its installation ID

data "tfe_github_app_installation" "gha_installation" {
  installation_id = 12345678
}

Finding a Github App Installation by its name

data "tfe_github_app_installation" "gha_installation" {
  name = "github_username_or_organization"
}

Argument Reference

The following arguments are supported. At least one of name, installation_id must be set.

Must be one of: installation_id or name.

Attributes Reference

In addition to all arguments above, the following attributes are exported: