Skip to content

Commit

Permalink
update import for nrql alert condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgoodhouse authored Oct 17, 2019
1 parent 9b88b11 commit a9a752e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/nrql_alert_condition.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ The following attributes are exported:

## Import

Alert conditions can be imported using the `id`, e.g.
Alert conditions can be imported using the a composite ID of `<policy_id>:<condition_id> `id`, e.g.

```
$ terraform import newrelic_nrql_alert_condition.main 12345
$ terraform import newrelic_nrql_alert_condition.main 12345:67890
```

0 comments on commit a9a752e

Please sign in to comment.