Use this data source to retrieve information about an app.
data "github_app" "foobar" {
slug = "foobar"
}
The following arguments are supported:
slug
- (Required) The URL-friendly name of your GitHub App.The following additional attributes are exported:
description
- The app's description.
name
- The app's full name.
node_id
- The Node ID of the app.