Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories Atlas
Created by Guest
Created on Sep 20, 2021

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.
  • Attach files
  • Guest
    Jan 14, 2022
    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.