mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 19:00:27 -04:00
939 B
939 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| newrelic | New Relic: newrelic_alert_policy | docs-newrelic-resource-alert-policy | Create and manage alert policies in New Relic. |
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