Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: allow github_organization_team_sync_groups to filter specific groups #2401

Open
1 task done
mBlomsterberg opened this issue Sep 25, 2024 · 0 comments
Open
1 task done
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request

Comments

@mBlomsterberg
Copy link

mBlomsterberg commented Sep 25, 2024

Describe the need

At the moment the datat resource "github_organization_team_sync_groups" performs a lookup on all avaliable identity provider (IdP) groups.

Ideally we should be able to filter towards a specific group or groups.

data "github_organization_team_sync_groups" "groups" {
  filter {
      name   = "name"
      values = ["engineers-*"]
  }
}

SDK Version

No response

API Version

6.3.0

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mBlomsterberg mBlomsterberg added Status: Triage This is being looked at and prioritized Type: Feature New feature or request labels Sep 25, 2024
@kfcampbell kfcampbell added Status: Up for grabs Issues that are ready to be worked on by anyone and removed Status: Triage This is being looked at and prioritized labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants