Skip to content

Commit

Permalink
[bot][skip ci] docs: tfplugindocs generate
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent 70bab1e commit 3608a1a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/resources/config_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ resource "harbor_config_system" "main" {
- `robot_token_expiration` (Number) The amount of time in days a robot account will expire.
- `scanner_skip_update_pulltime` (Boolean) Whether or not to skip update pull time for scanner.
- `storage_per_project` (Number) Default quota space per project in GIB. Default is -1 (unlimited).
- `audit_log_forward_endpoint` (String) The endpoint to forward audit logs to.
- `skip_audit_log_database` (Boolean) Whether or not to skip audit log database.
- `banner_message` (Block Set) (see [below for nested schema](#nestedblock--banner_message))

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

### Nested Schema for `banner_message`

### Required
- `message` (String) The message to display in the banner.

### Optional
- `closable` (Boolean) Whether or not the banner message is closable.
- `type` (String) The type of banner message. Can be `"info"`, `"warning"`, `"success"` or `"danger"`.
- `from_date` (String) The date the banner message will start displaying. (Format: `MM/DD/YYYY`)
- `to_date` (String) The date the banner message will stop displaying. (Format: `MM/DD/YYYY`)

#### Notes
`scanner_skip_update_pulltime` can only be used with harbor version v2.8.0 and above
Expand Down

0 comments on commit 3608a1a

Please sign in to comment.