Skip to content

Commit 074e630

Browse files
Listell McLeanclaude
andcommitted
docs: add notification_enable to config_system docs
- Add `notification_enable` to example usage block - Document attribute in Optional schema section - Note webhook silencing behaviour when disabled Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fca8b53 commit 074e630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/resources/config_system.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ resource "harbor_config_system" "main" {
1818
robot_token_expiration = 30
1919
robot_name_prefix = "harbor@"
2020
storage_per_project = 100
21+
notification_enable = true
2122
}
2223
```
2324

@@ -33,6 +34,7 @@ resource "harbor_config_system" "main" {
3334
- `storage_per_project` (Number) Default quota space per project in GIB. Default is -1 (unlimited).
3435
- `audit_log_forward_endpoint` (String) The endpoint to forward audit logs to.
3536
- `skip_audit_log_database` (Boolean) Whether or not to skip audit log database.
37+
- `notification_enable` (Boolean) Whether or not webhook/notification functionality is enabled globally. When `false`, all project-level webhook policies are silently ignored. Defaults to `true`.
3638
- `banner_message` (Block Set) (see [below for nested schema](#nestedblock--banner_message))
3739

3840
<a id="nestedblock--banner_message"></a>

0 commit comments

Comments
 (0)