Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.46 KB

File metadata and controls

52 lines (35 loc) · 1.46 KB
page_title seerr_notification_slack Resource - seerr
subcategory
description Manage Seerr slack notification settings via /api/v1/settings/notifications/slack.

seerr_notification_slack (Resource)

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

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.
  • slack (Attributes) (see below for nested schema)

Read-Only

  • id (String) The ID of this resource.

Nested Schema for slack

Required:

  • webhook_url (String)

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_slack. For example:
#
# import {
#   to = seerr_notification_slack.example
#   id = "slack"
# }

# Otherwise, use the terraform import command:
terraform import seerr_notification_slack.example slack