File tree 2 files changed +24
-10
lines changed
2 files changed +24
-10
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ features like Branch Protection or Collaborator Management.
89
89
Teams,
90
90
Deploy Keys,
91
91
Projects,
92
- Repository Webhooks
92
+ Repository Webhooks,
93
+ GitHub App Installations
93
94
94
95
- _ Features not yet implemented_ :
95
96
Project Columns support,
@@ -147,22 +148,28 @@ See [variables.tf] and [examples/] for details and use-cases.
147
148
` has_issues ` ,
148
149
` has_projects ` ,
149
150
` has_wiki ` ,
151
+ ` has_downloads ` ,
152
+ ` delete_branch_on_merge ` ,
153
+ ` is_template ` ,
150
154
` allow_merge_commit ` ,
151
155
` allow_rebase_merge ` ,
152
156
` allow_squash_merge ` ,
153
157
` allow_auto_merge ` ,
158
+ ` auto_init ` ,
159
+ ` gitignore_template ` ,
160
+ ` license_template ` ,
154
161
` squash_merge_commit_title ` ,
155
162
` squash_merge_commit_message ` ,
156
163
` merge_commit_title ` ,
157
164
` merge_commit_message ` ,
158
- ` has_downloads ` ,
159
165
` auto_init ` ,
160
- ` gitignore_template ` ,
161
- ` license_template ` ,
162
166
` default_branch ` ,
163
167
` topics ` ,
164
168
` issue_labels_create ` ,
165
- ` issue_labels_merge_with_github_labels ` .
169
+ ` issue_labels_merge_with_github_labels ` ,
170
+ ` vulnerability_alerts ` ,
171
+ ` ignore_vulnerability_alerts_during_read ` ,
172
+ ` template ` .
166
173
167
174
Module defaults are used for all arguments that are not set in ` defaults ` .
168
175
Using top level arguments override defaults set by this argument.
Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ section {
92
92
Teams,
93
93
Deploy Keys,
94
94
Projects,
95
- Repository Webhooks
95
+ Repository Webhooks,
96
+ GitHub App Installations
96
97
97
98
- _Features not yet implemented_:
98
99
Project Columns support,
@@ -164,22 +165,28 @@ section {
164
165
`has_issues`,
165
166
`has_projects`,
166
167
`has_wiki`,
168
+ `has_downloads`,
169
+ `delete_branch_on_merge`,
170
+ `is_template`,
167
171
`allow_merge_commit`,
168
172
`allow_rebase_merge`,
169
173
`allow_squash_merge`,
170
174
`allow_auto_merge`,
175
+ `auto_init`,
176
+ `gitignore_template`,
177
+ `license_template`,
171
178
`squash_merge_commit_title`,
172
179
`squash_merge_commit_message`,
173
180
`merge_commit_title`,
174
181
`merge_commit_message`,
175
- `has_downloads`,
176
182
`auto_init`,
177
- `gitignore_template`,
178
- `license_template`,
179
183
`default_branch`,
180
184
`topics`,
181
185
`issue_labels_create`,
182
- `issue_labels_merge_with_github_labels`.
186
+ `issue_labels_merge_with_github_labels`,
187
+ `vulnerability_alerts`,
188
+ `ignore_vulnerability_alerts_during_read`,
189
+ `template`.
183
190
184
191
Module defaults are used for all arguments that are not set in `defaults`.
185
192
Using top level arguments override defaults set by this argument.
You can’t perform that action at this time.
0 commit comments