0
0
llucycodes42
This code declares a resource named "newrelic_alert_condition" with the following properties: name, type, entities, and metric. The name property specifies the name of the resource, and the type property specifies the type of the resource. The entities property defines the list of entities that the resource can reference. The metric property specifies the metric that the resource will track.
Shortcut: tf_newrelic_alert_condition
resource "newrelic_alert_condition" "myVarId" {
name = "myVarName"
type = "myVarType"
entities = "[entities"]
metric = "metric"
}