On this page
newrelic_alert_policy
Example Usage
resource "newrelic_alert_policy" "foo" {
name = "foo"
}
Argument Reference
The following arguments are supported:
name
- (Required) The name of the policy.incident_preference
- (Optional) The rollup strategy for the policy. Options include:PER_POLICY
,PER_CONDITION
, orPER_CONDITION_AND_TARGET
. The default isPER_POLICY
.
Attributes Reference
The following attributes are exported:
id
- The ID of the policy.created_at
- The time the policy was created.updated_at
- The time the policy was last updated.
Import
Alert policies can be imported using the id
, e.g.
$ terraform import newrelic_alert_policy.main 12345
© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/newrelic/r/alert_policy.html