Skip to content

Commit 7813d91

Browse files
committed
SUMO-174564: added playbook field to monitor-manager example
1 parent 93e440b commit 7813d91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/monitor.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ resource "sumologic_monitor" "tf_logs_monitor_1" {
6060
}
6161
run_for_trigger_types = ["Critical", "ResolvedCritical"]
6262
}
63+
playbook = "test playbook"
6364
}
6465
```
6566

@@ -106,6 +107,7 @@ resource "sumologic_monitor" "tf_metrics_monitor_1" {
106107
}
107108
run_for_trigger_types = ["Critical", "ResolvedCritical"]
108109
}
110+
playbook = "test playbook"
109111
}
110112
```
111113

0 commit comments

Comments
 (0)