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
Implement archive_on_destroy attribute for projects. Closes #761
This change implements an `archive_on_destroy` attribute on the
`gitlab_project` resource. It defaults to `false`, if set to `true`, on
a destroy it will *archive* the project instead of deleting it.
This is especially useful in organizations where repositories need to
be kept for regulatory purposes and can't be deleted.
-**allow_merge_on_skipped_pipeline** (Boolean) Set to true if you want to treat skipped pipelines as if they finished with success.
46
46
-**approvals_before_merge** (Number) Number of merge request approvals required for merging. Default is 0.
47
+
-**archive_on_destroy** (Boolean) Set to `true` to archive the project instead of deleting on destroy. If set to `true` it will entire omit the `DELETE` operation.
47
48
-**archived** (Boolean) Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
48
49
-**build_coverage_regex** (String) Test coverage parsing for the project.
49
50
-**ci_config_path** (String) Custom Path to CI config file.
0 commit comments