I want to create a newrelic_alert_muting_rule resource to cover all day on weekends, so I’ve written the following schedule:
schedule {
time_zone = "Europe/London"
repeat = "WEEKLY"
weekly_repeat_days = ["SATURDAY", "SUNDAY"]
}
Could someone confirm whether that’s the correct way to create a muting rule that covers all day?