Skip to content

Commit 2f784bf

Browse files
committed
docs: add missing default options to README.md
1 parent e683bc7 commit 2f784bf

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

Diff for: README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ features like Branch Protection or Collaborator Management.
8989
Teams,
9090
Deploy Keys,
9191
Projects,
92-
Repository Webhooks
92+
Repository Webhooks,
93+
GitHub App Installations
9394

9495
- _Features not yet implemented_:
9596
Project Columns support,
@@ -147,22 +148,28 @@ See [variables.tf] and [examples/] for details and use-cases.
147148
`has_issues`,
148149
`has_projects`,
149150
`has_wiki`,
151+
`has_downloads`,
152+
`delete_branch_on_merge`,
153+
`is_template`,
150154
`allow_merge_commit`,
151155
`allow_rebase_merge`,
152156
`allow_squash_merge`,
153157
`allow_auto_merge`,
158+
`auto_init`,
159+
`gitignore_template`,
160+
`license_template`,
154161
`squash_merge_commit_title`,
155162
`squash_merge_commit_message`,
156163
`merge_commit_title`,
157164
`merge_commit_message`,
158-
`has_downloads`,
159165
`auto_init`,
160-
`gitignore_template`,
161-
`license_template`,
162166
`default_branch`,
163167
`topics`,
164168
`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`.
166173

167174
Module defaults are used for all arguments that are not set in `defaults`.
168175
Using top level arguments override defaults set by this argument.

Diff for: README.tfdoc.hcl

+12-5
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ section {
9292
Teams,
9393
Deploy Keys,
9494
Projects,
95-
Repository Webhooks
95+
Repository Webhooks,
96+
GitHub App Installations
9697
9798
- _Features not yet implemented_:
9899
Project Columns support,
@@ -164,22 +165,28 @@ section {
164165
`has_issues`,
165166
`has_projects`,
166167
`has_wiki`,
168+
`has_downloads`,
169+
`delete_branch_on_merge`,
170+
`is_template`,
167171
`allow_merge_commit`,
168172
`allow_rebase_merge`,
169173
`allow_squash_merge`,
170174
`allow_auto_merge`,
175+
`auto_init`,
176+
`gitignore_template`,
177+
`license_template`,
171178
`squash_merge_commit_title`,
172179
`squash_merge_commit_message`,
173180
`merge_commit_title`,
174181
`merge_commit_message`,
175-
`has_downloads`,
176182
`auto_init`,
177-
`gitignore_template`,
178-
`license_template`,
179183
`default_branch`,
180184
`topics`,
181185
`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`.
183190
184191
Module defaults are used for all arguments that are not set in `defaults`.
185192
Using top level arguments override defaults set by this argument.

0 commit comments

Comments
 (0)