Skip to content

Commit 3d11d87

Browse files
committed
replace playbook id in documentation and change test name
1 parent 9ef3970 commit 3d11d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sumologic/resource_sumologic_monitors_library_monitor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func TestAccSumologicMonitorsLibraryMonitor_basic(t *testing.T) {
191191
})
192192
}
193193

194-
func TestAccSumologicMonitorsLibraryMonitor_with_linked_playbook(t *testing.T) {
194+
func TestAccSumologicMonitorsLibraryMonitor_create_monitor_with_linked_playbook(t *testing.T) {
195195
var monitorsLibraryMonitor MonitorsLibraryMonitor
196196
testNameSuffix := acctest.RandString(16)
197197

website/docs/r/monitor.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ resource "sumologic_monitor" "tf_monitor_with_playbook" {
465465
run_for_trigger_types = ["Critical", "ResolvedCritical"]
466466
}
467467
playbook = "test playbook"
468-
automated_playbook_ids = ["000000000000000000000foo"]
468+
automated_playbook_ids = ["683a60a123ad6099e4d1333e"]
469469
notification_group_fields = ["metric"]
470470
}
471471
```

0 commit comments

Comments
 (0)