We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 436e6c5 + 25f10fa commit c4f33feCopy full SHA for c4f33fe
website/docs/r/monitor.html.markdown
@@ -58,6 +58,7 @@ resource "sumologic_monitor" "tf_logs_monitor_1" {
58
}
59
run_for_trigger_types = ["Critical", "ResolvedCritical"]
60
61
+ playbook = "{{Name}} should be fixed in 24 hours when {{TriggerType}} is triggered."
62
63
```
64
@@ -102,6 +103,7 @@ resource "sumologic_monitor" "tf_metrics_monitor_1" {
102
103
104
105
106
+ playbook = "test playbook"
107
108
109
0 commit comments