You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve excluded_members state when GitHub API doesn't return them
- Add workaround in resourceGithubTeamSettingsRead to preserve excluded_members from current state
- GitHub's GraphQL API currently doesn't support reading back excluded team member IDs
- This prevents Terraform from showing unwanted changes during refresh operations
- Fixes test failure where excluded_members appeared as additions in plan after apply
0 commit comments