| admins | A list of users to be added to your organization with admin role. When applied, an invitation will be sent to the user to become part of the organization. When destroyed, either the invitation will be cancelled or the user will be removed. | set(string) | n/a | yes |
| all_members_team_name | The name of the team that contains all members of the organization. | string | n/a | yes |
| all_members_team_visibility | The level of privacy for the team. Must be one of 'secret' or 'closed'. | string | n/a | yes |
| blocked_users | A list of usernames to be blocked from a GitHub organization. | set(string) | n/a | yes |
| catch_non_existing_members | Validates if the list of GitHub users are existing users on every run. Use carefully as it will trigger one additional API call for every given user on every iteration. Default is 'false' | bool | n/a | yes |
| members | A list of users to be added to your organization with member role. When applied, an invitation will be sent to the user to become part of the organization. When destroyed, either the invitation will be cancelled or the user will be removed. | set(string) | n/a | yes |
| projects | Create and manage projects for the GitHub organization. | map(string) | n/a | yes |
| secrets | Create and manage secrets for the GitHub organization. | map(string) | n/a | yes |