Skip to content

Commit cb6bf0e

Browse files
committed
Using new template variables in connections TF example
1 parent 41b894f commit cb6bf0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/connection.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ resource "sumologic_connection" "connection" {
2626
default_payload = <<JSON
2727
{
2828
"client" : "Sumo Logic",
29-
"eventType" : "{{SearchName}}",
30-
"description" : "{{SearchDescription}}",
31-
"search_url" : "{{SearchQueryUrl}}",
29+
"eventType" : "{{Name}}",
30+
"description" : "{{Description}}",
31+
"search_url" : "{{QueryUrl}}",
3232
"num_records" : "{{NumRawResults}}",
3333
"search_results" : "{{AggregateResultsJson}}"
3434
}

0 commit comments

Comments
 (0)