Skip to content

Commit a096dcc

Browse files
Fix terraform fmt
Fix Terrafmr format#
1 parent c5aa223 commit a096dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/newrelic.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ provider "newrelic" {
99

1010
# Create an alert policy
1111
resource "newrelic_alert_policy" "alert" {
12-
name = "Alert"
12+
name = "Alert"
1313
count = "${length(var.newrelic_apm_entities) > 0 ? (var.newrelic_alerts ? 1 : 0) : 0}"
1414
}
1515

0 commit comments

Comments
 (0)