Skip to content

Commit adc05f1

Browse files
committed
feat: Add additional fields and descriptions to github_organization_app_installations data source
Signed-off-by: atilsensalduz <[email protected]>
1 parent 11b9de0 commit adc05f1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

github/data_source_github_organization_app_installations.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ func flattenGitHubAppInstallations(orgAppInstallations []*github.Installation) [
141141
result["app_slug"] = appInstallation.GetAppSlug()
142142
result["app_id"] = appInstallation.GetAppID()
143143
result["repository_selection"] = appInstallation.GetRepositorySelection()
144-
result["html_url"] = appInstallation.GetHTMLURL()
145144
result["client_id"] = appInstallation.GetClientID()
146145
result["target_id"] = appInstallation.GetTargetID()
147146
result["target_type"] = appInstallation.GetTargetType()

website/docs/d/organization_app_installations.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ The `installation` block consists of:
3131
* `repository_selection` - Whether the installation has access to all repositories or only selected ones. Possible values are `all` or `selected`.
3232
* `permissions` - A map of the permissions granted to the GitHub App installation.
3333
* `events` - The list of events the GitHub App installation subscribes to.
34-
* `html_url` - The URL to the GitHub App installation's settings page.
3534
* `client_id` - The OAuth client ID of the GitHub App.
3635
* `target_id` - The ID of the account the GitHub App is installed on.
3736
* `target_type` - The type of account the GitHub App is installed on. Possible values are `Organization` or `User`.

0 commit comments

Comments
 (0)