Allow editing default project alerts via terraform
For instance, the default Query Targeting alert is set at a 1000:1 ratio. I would like to have the default alert set to 5000:1 for a project via terraform.
6
votes
David
shared this idea
-
There is now an option to create a project with no default alerts (https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/project#with_default_alerts_settings) so that you can define them all within Terraform. Another option is to import in the existing alerts and then modify them. Hope this is helpful.