Skip to content

Commit 3c49c29

Browse files
committed
regenerate docs
1 parent 60278c2 commit 3c49c29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/elasticsearch_watcher_watch.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ provider "elasticstack" {
1919
2020
resource "elasticstack_elasticsearch_watcher_watch" "example" {
2121
watch_id = "test_watch"
22-
active = true
22+
active = true
2323
2424
body = jsonencode({
2525
"trigger" = {
2626
"schedule" = {
27-
"daily" = {
28-
"at" = "noon"
27+
"daily" = {
28+
"at" = "noon"
2929
}
3030
}
3131
},

0 commit comments

Comments
 (0)