Skip to content

Commit 4fb49fe

Browse files
committed
chore: update README.md
1 parent 97588a2 commit 4fb49fe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Here is an example of using this module:
144144
| [github_repository_environment_deployment_policy.tag_pattern](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_environment_deployment_policy) | resource |
145145
| [github_repository_ruleset.default](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_ruleset) | resource |
146146
| [github_repository_webhook.default](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_webhook) | resource |
147+
| [github_team_repository.default](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_repository) | resource |
147148
| [github_team.environment_reviewers](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/team) | data source |
148149
| [github_team.ruleset_rules_teams](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/team) | data source |
149150
| [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:
205206
| <a name="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 |
206207
| <a name="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 |
207208
| <a name="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-
| <a name="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-
| <a name="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+
| <a name="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+
| <a name="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 |
210211
| <a name="input_template"></a> [template](#input\_template) | Template repository | <pre>object({<br/> owner = string<br/> name = string<br/> include_all_branches = optional(bool, false)<br/> })</pre> | `null` | no |
211212
| <a name="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 |
212213
| <a name="input_topics"></a> [topics](#input\_topics) | List of repository topics | `list(string)` | `[]` | no |

0 commit comments

Comments
 (0)