Skip to content

Commit

Permalink
Better Name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizal Widyarta Gowandy committed Feb 20, 2021
1 parent b2a05c1 commit f8ab08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ resource "newrelic_one_dashboard" "main" {
for_each = var.event_methods

content {
title = var.event_method_substring != "" ? replace(widget_billboard.value, var.event_method_substring, var.event_method_replace) : widget_billboard.value
title = "Success Rate"
row = 1 + (widget_billboard.key * 1)
column = 1
width = 2
Expand All @@ -269,7 +269,7 @@ resource "newrelic_one_dashboard" "main" {
for_each = var.event_methods

content {
title = var.event_method_substring != "" ? replace(widget_billboard.value, var.event_method_substring, var.event_method_replace) : widget_billboard.value
title = "Request per minute"
row = 1 + (widget_billboard.key * 1)
column = 3
width = 2
Expand Down

0 comments on commit f8ab08b

Please sign in to comment.