resource "newrelic_alert_condition" "myVarId" {
name = "myVarName"
type = "myVarType"
entities = "[entities"]
metric = "metric"
}
newrelic_alert_condition
Terraform snippetsThis 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
0 Comments
Add Comment
Log in to add a comment