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
|[github_team.environment_reviewers](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/team)| data source |
148
149
|[github_team.ruleset_rules_teams](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/team)| data source |
149
150
|[github_user.environment_reviewers](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/user)| data source |
@@ -205,8 +206,8 @@ Here is an example of using this module:
205
206
| <aname="input_squash_merge_commit_title"></a> [squash\_merge\_commit\_title](#input\_squash\_merge\_commit\_title)| Squash merge commit title. Must be PR\_TITLE or COMMIT\_OR\_PR\_TITLE. |`string`|`"PR_TITLE"`| no |
206
207
| <aname="input_stage"></a> [stage](#input\_stage)| ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
207
208
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br/>Neither the tag keys nor the tag values will be modified by this module. |`map(string)`|`{}`| no |
208
-
| <aname="input_teams"></a> [teams](#input\_teams)| A map of teams and their permissions for the repository. This will create github_repository_collaborators resources for each team. |`map(string)`|`{}`| no |
209
-
| <aname="input_team_repository"></a> [team_repository](#input\_team_repository)| A map of permissions and their teams for the repository. This will create github_team_repository resources for each team. Format: { permission = [list of teams] } |`map(list(string))`|`{}`| no |
209
+
| <aname="input_team_repository"></a> [team\_repository](#input\_team\_repository)| A map of permissions and their teams for the repository. This will create github\_team\_repository resources for each team. Format: { permission = [list of teams] } |`map(list(string))`|`{}`| no |
210
+
| <aname="input_teams"></a> [teams](#input\_teams)| A map of teams and their permissions for the repository. This will create github\_repository\_collaborators resources for each team|`map(string)`|`{}`| no |
| <aname="input_tenant"></a> [tenant](#input\_tenant)| ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for |`string`|`null`| no |
212
213
| <aname="input_topics"></a> [topics](#input\_topics)| List of repository topics |`list(string)`|`[]`| no |
0 commit comments