Skip to content

Commit b07e394

Browse files
committed
Using new template variables in content docs
1 parent 8f85e66 commit b07e394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/content.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "sumologic_content" "test" {
4242
"notification": {
4343
"taskType": "EmailSearchNotificationSyncDefinition",
4444
"toList": ["[email protected]"],
45-
"subjectTemplate": "Search Results: {{SearchName}}",
45+
"subjectTemplate": "Search Results: {{Name}}",
4646
"includeQuery": true,
4747
"includeResultSet": true,
4848
"includeHistogram": false,

0 commit comments

Comments
 (0)