Christophe Ashworth
My feedback
1 result found
-
7 votesChristophe Ashworth supported this idea ·
An error occurred while saving the comment
1 result found
Please sign in to leave feedback
Please sign in to leave feedback
No results.
Clear search results
I agree. I have the same issue. It would be so simple to set them up along with my other alert configuration.
But there's a way to create maintenance windows alerts, they are just not in the doc.
with:
resource "mongodbatlas_alert_configuration" "maintenance_started" {
...
event_type = "MAINTENANCE_STARTED"
...
}
resource "mongodbatlas_alert_configuration" "maintenance_in_advanced" {
...
event_type = "MAINTENANCE_IN_ADVANCED"
...
but that wont stop the default ones to be created as well...