Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "sysdig_monitor_notification_channel_custom_webhook" "sample-custom-web
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_notification_channel_email.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "sysdig_monitor_notification_channel_email" "sample_email" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "sysdig_monitor_notification_channel_google_chat" "sample-gchat" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Creates a Sysdig Monitor Notification Channel of type IBM Event Notification (on
## Example Usage

```terraform
# IBM event notification registering in the same account
# IBM event notification registering in the same account
resource "sysdig_monitor_notification_channel_ibm_event_notification" "sample" {
name = "Example Channel - IBM Event Notification"
enabled = true
Expand All @@ -27,7 +27,7 @@ resource "sysdig_monitor_notification_channel_ibm_event_notification" "sample" {
```

```terraform
# IBM event notification registering in different account
# IBM event notification registering in different account
resource "sysdig_monitor_notification_channel_ibm_event_notification" "sample" {
name = "Example Channel - IBM Event Notification"
enabled = true
Expand All @@ -42,7 +42,7 @@ resource "sysdig_monitor_notification_channel_ibm_event_notification" "sample" {

* `name` - (Required) The name of the Notification Channel. Must be unique.

* `instance_id` - (Required) id of the Event Notifications Instance. Id value can be either an instance id or CRN. If the event notification instance is within the same account, use the actual instance id. If it is in a different account, then use the Event Notifications Instance's [CRN](https://cloud.ibm.com/docs/account?topic=account-crn).
* `instance_id` - (Required) id of the Event Notifications Instance. Id value can be either an instance id or CRN. If the event notification instance is within the same account, use the actual instance id. If it is in a different account, then use the Event Notifications Instance's [CRN](https://cloud.ibm.com/docs/account?topic=account-crn).

* `enabled` - (Optional) If false, the channel will not emit notifications. Default is true.

Expand All @@ -56,7 +56,7 @@ resource "sysdig_monitor_notification_channel_ibm_event_notification" "sample" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "sysdig_monitor_notification_channel_ibm_function" "sample-ibm-function
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_notification_channel_msteams.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "sysdig_monitor_notification_channel_msteams" "sample-msteams" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_notification_channel_opsgenie.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "sysdig_monitor_notification_channel_opsgenie" "sample-opsgenie" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/monitor_notification_channel_pagerduty.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ resource "sysdig_monitor_notification_channel_pagerduty" "sample-pagerduty" {

* `enabled` - (Optional) If false, the channel will not emit notifications. Default is true.

* `notify_when_ok` - (Optional) Send a new notification when the alert condition is
* `notify_when_ok` - (Optional) Send a new notification when the alert condition is
no longer triggered. Default is false.

* `notify_when_resolved` - (Optional) Send a new notification when the alert is manually
* `notify_when_resolved` - (Optional) Send a new notification when the alert is manually
acknowledged by a user. Default is false.

* `send_test_notification` - (Optional) Send an initial test notification to check
Expand All @@ -57,7 +57,7 @@ In addition to all arguments above, the following attributes are exported:
* `version` - (Computed) The current version of the Notification Channel.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Import

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "sysdig_monitor_notification_channel_prometheus_alert_manager" "sample"
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_notification_channel_slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In addition to all arguments above, the following attributes are exported:
* `version` - (Computed) The current version of the Notification Channel.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Import

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_notification_channel_sns.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "sysdig_monitor_notification_channel_sns" "sample-amazon-sns" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "sysdig_monitor_notification_channel_team_email" "sample-gchat" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_notification_channel_victorops.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "sysdig_monitor_notification_channel_victorops" "sample-victorops" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_notification_channel_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In addition to all arguments above, the following attributes are exported:
* `version` - (Computed) The current version of the Notification Channel.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Import

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/secure_notification_channel_email.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "sysdig_secure_notification_channel_email" "sample_email" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/secure_notification_channel_msteams.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ resource "sysdig_secure_notification_channel_msteams" "sample-msteams" {

* `enabled` - (Optional) If false, the channel will not emit notifications. Default is true.

* `notify_when_ok` - (Optional) Send a new notification when the alert condition is
* `notify_when_ok` - (Optional) Send a new notification when the alert condition is
no longer triggered. Default is false.

* `notify_when_resolved` - (Optional) Send a new notification when the alert is manually
* `notify_when_resolved` - (Optional) Send a new notification when the alert is manually
acknowledged by a user. Default is false.

* `send_test_notification` - (Optional) Send an initial test notification to check
Expand All @@ -55,7 +55,7 @@ In addition to all arguments above, the following attributes are exported:
* `version` - (Computed) The current version of the Notification Channel.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Import

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/secure_notification_channel_opsgenie.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "sysdig_secure_notification_channel_opsgenie" "sample-opsgenie" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/secure_notification_channel_pagerduty.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ resource "sysdig_secure_notification_channel_pagerduty" "sample-pagerduty" {

* `enabled` - (Optional) If false, the channel will not emit notifications. Default is true.

* `notify_when_ok` - (Optional) Send a new notification when the alert condition is
* `notify_when_ok` - (Optional) Send a new notification when the alert condition is
no longer triggered. Default is false.

* `notify_when_resolved` - (Optional) Send a new notification when the alert is manually
* `notify_when_resolved` - (Optional) Send a new notification when the alert is manually
acknowledged by a user. Default is false.

* `send_test_notification` - (Optional) Send an initial test notification to check
Expand All @@ -57,7 +57,7 @@ In addition to all arguments above, the following attributes are exported:
* `version` - (Computed) The current version of the Notification Channel.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Import

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "sysdig_secure_notification_channel_prometheus_alert_manager" "sample"
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/secure_notification_channel_slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ resource "sysdig_secure_notification_channel_slack" "sample-slack" {

* `enabled` - (Optional) If false, the channel will not emit notifications. Default is true.

* `notify_when_ok` - (Optional) Send a new notification when the alert condition is
* `notify_when_ok` - (Optional) Send a new notification when the alert condition is
no longer triggered. Default is false.

* `notify_when_resolved` - (Optional) Send a new notification when the alert is manually
* `notify_when_resolved` - (Optional) Send a new notification when the alert is manually
acknowledged by a user. Default is false.

* `send_test_notification` - (Optional) Send an initial test notification to check
Expand All @@ -58,7 +58,7 @@ In addition to all arguments above, the following attributes are exported:
* `version` - (Computed) The current version of the Notification Channel.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Import

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/secure_notification_channel_sns.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "sysdig_secure_notification_channel_sns" "sample-amazon-sns" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/secure_notification_channel_team_email.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "sysdig_secure_notification_channel_team_email" "sample-gchat" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/secure_notification_channel_victorops.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "sysdig_secure_notification_channel_victorops" "sample-victorops" {
if the notification channel is working. Default is false.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/secure_notification_channel_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In addition to all arguments above, the following attributes are exported:
* `version` - (Computed) The current version of the Notification Channel.

* `share_with_current_team` - (Optional) If set to `true` it will share notification channel only with current team (in which user is logged in).
Otherwise, it will share it with all teams, which is the default behaviour.
Otherwise, it will share it with all teams, which is the default behaviour. Although this is an optional setting, beware that if you have lower permissions than admin you may see a `error: 403 Forbidden` if this is not set to `true`.

## Import

Expand Down
Loading