Skip to content

Commit 11b9de0

Browse files
Update github/data_source_github_organization_app_installations.go
Co-authored-by: Steve Hipwell <[email protected]>
1 parent 181e980 commit 11b9de0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

github/data_source_github_organization_app_installations.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ func dataSourceGithubOrganizationAppInstallations() *schema.Resource {
5252
Elem: &schema.Schema{Type: schema.TypeString},
5353
Description: "The list of events the GitHub App installation subscribes to.",
5454
},
55-
"html_url": {
56-
Type: schema.TypeString,
57-
Computed: true,
58-
Description: "The URL to the GitHub App installation's settings page.",
59-
},
6055
"client_id": {
6156
Type: schema.TypeString,
6257
Computed: true,

0 commit comments

Comments
 (0)