We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aa223 commit a096dccCopy full SHA for a096dcc
terraform/newrelic.tf
@@ -9,7 +9,7 @@ provider "newrelic" {
9
10
# Create an alert policy
11
resource "newrelic_alert_policy" "alert" {
12
- name = "Alert"
+ name = "Alert"
13
count = "${length(var.newrelic_apm_entities) > 0 ? (var.newrelic_alerts ? 1 : 0) : 0}"
14
}
15
0 commit comments