Skip to content

Commit 5114dc1

Browse files
authored
docs(nrql_alert_condition.html.markdown): fix example (newrelic#2793)
1 parent dac6a5c commit 5114dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/r/nrql_alert_condition.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "newrelic_nrql_alert_condition" "foo" {
2828
type = "static"
2929
name = "foo"
3030
description = "Alert when transactions are taking too long"
31-
title_template = "Issue in environment: {{ json accumulations.tag.environment }}"
31+
title_template = "Issue in environment: {{ tags.environment }}"
3232
runbook_url = "https://www.example.com"
3333
enabled = true
3434
violation_time_limit_seconds = 3600

0 commit comments

Comments
 (0)