Skip to content

Commit

Permalink
docs(alert_muting_rule.html.markdown): fix import example
Browse files Browse the repository at this point in the history
Signed-off-by: smcavallo <[email protected]>
  • Loading branch information
smcavallo authored Jan 2, 2025
1 parent 25894e4 commit e1924e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/alert_muting_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ All nested `condition` blocks support the following arguments:
* `weekly_repeat_days` (Optional) The day(s) of the week that a muting rule should repeat when the repeat field is set to 'WEEKLY'. Example: ['MONDAY', 'WEDNESDAY']

## Import
Alert conditions can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
Alert Muting Rules can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.

```
$ terraform import newrelic_alert_muting_rule.foo 538291:6789035
Expand Down

0 comments on commit e1924e7

Please sign in to comment.