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
Copy file name to clipboardExpand all lines: docs/resources/project.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ This attribute is only used during resource creation, thus changes are suppresse
144
144
-`snippets_enabled` (Boolean) Enable snippets for the project.
145
145
-`squash_commit_template` (String) Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.)
146
146
-`squash_option` (String) Squash commits when merge request. Valid values are `never`, `always`, `default_on`, or `default_off`. The default value is `default_off`. [GitLab >= 14.1]
147
+
-`suggestion_commit_message` (String) The commit message used to apply merge request suggestions.
147
148
-`tags` (Set of String) The list of tags for a project; put array of tags, that should be finally assigned to a project. Use topics instead.
148
149
-`template_name` (String) When used without use_custom_template, name of a built-in project template. When used with use_custom_template, name of a custom project template. This option is mutually exclusive with `template_project_id`.
149
150
-`template_project_id` (Number) When used with use_custom_template, project ID of a custom project template. This is preferable to using template_name since template_name may be ambiguous (enterprise edition). This option is mutually exclusive with `template_name`. See `gitlab_group_project_file_template` to set a project as a template project. If a project has not been set as a template, using it here will result in an error.
0 commit comments