Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.45 KB

File metadata and controls

48 lines (33 loc) · 1.45 KB
page_title seerr_notification_webpush Resource - seerr
subcategory
description Manage Seerr webpush notification settings via /api/v1/settings/notifications/webpush.

seerr_notification_webpush (Resource)

Manage Seerr webpush notification settings via /api/v1/settings/notifications/webpush.

Schema

Optional

  • embed_poster (Boolean)
  • enabled (Boolean)
  • notification_types (Set of String) Set of notification event types. Valid values include MEDIA_PENDING, MEDIA_APPROVED, MEDIA_AVAILABLE, MEDIA_FAILED, MEDIA_DECLINED, MEDIA_AUTO_APPROVED, ISSUE_CREATED, ISSUE_COMMENT, ISSUE_RESOLVED, ISSUE_REOPENED, MEDIA_AUTO_REQUESTED.
  • webpush (Attributes) (see below for nested schema)

Read-Only

  • id (String) The ID of this resource.

Nested Schema for webpush

Import

Import is supported using the following syntax:

The terraform import command can be used, for example:

# In Terraform 1.5.0 and later, use an import block to import seerr_notification_webpush. For example:
#
# import {
#   to = seerr_notification_webpush.example
#   id = "webpush"
# }

# Otherwise, use the terraform import command:
terraform import seerr_notification_webpush.example webpush