Skip to content

Commit 8031a42

Browse files
docs: add description to enterprise team membership data source
1 parent ef985de commit 8031a42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github/data_source_github_enterprise_team_membership.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111

1212
func dataSourceGithubEnterpriseTeamMembership() *schema.Resource {
1313
return &schema.Resource{
14+
Description: "Manages membership in a GitHub enterprise team.",
1415
ReadContext: dataSourceGithubEnterpriseTeamMembershipRead,
1516

1617
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)