Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(alert_muting_rule.html.markdown): fix import example #2788

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -80,7 +80,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