terraform-provider-github
terraform-provider-github copied to clipboard
Add membership_type to data.github_team
Add an option to data.github_team
to query only direct member.
We need to use graphql for this because the Rest API does not offer the feature.
@kfcampbell this PR is binary free :) :(
I've been able to see successful integration tests before and after this change. Thanks!