Skip to content

Commit 2d1a703

Browse files
authored
[docs] Remove references to deprecated opensearch_destination resource (#155)
Signed-off-by: Vonter <[email protected]>
1 parent 734961a commit 2d1a703

File tree

5 files changed

+2
-31
lines changed

5 files changed

+2
-31
lines changed

Diff for: docs/resources/monitor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "opensearch_monitor" "movies_last_hour" {
6565
"actions" : [
6666
{
6767
"name" : "Slack",
68-
"destination_id" : "${opensearch_destination.slack_on_call_channel.id}",
68+
"destination_id" : "${opensearch_channel_configuration.slack_on_call_channel.id}",
6969
"message_template" : {
7070
"source" : "bogus",
7171
"lang" : "mustache"

Diff for: examples/data-sources/opensearch_destination/data-source.tf

-16
This file was deleted.

Diff for: examples/resources/opensearch_destination/import.sh

-2
This file was deleted.

Diff for: examples/resources/opensearch_destination/resource.tf

-11
This file was deleted.

Diff for: examples/resources/opensearch_monitor/resource.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resource "opensearch_monitor" "movies_last_hour" {
5050
"actions" : [
5151
{
5252
"name" : "Slack",
53-
"destination_id" : "${opensearch_destination.slack_on_call_channel.id}",
53+
"destination_id" : "${opensearch_channel_configuration.slack_on_call_channel.id}",
5454
"message_template" : {
5555
"source" : "bogus",
5656
"lang" : "mustache"

0 commit comments

Comments
 (0)