I need to create a terraform / terragrunt script to create a scheduled trigger function similar to what was created for event bridge database trigger can this be provided by mongodb
Hey @Renato_Palabasan1,
Welcome to the MongoDB Communtiy!
To create a scheduled trigger for MongoDB Atlas using Terraform, you can use the mongodbatlas_event_trigger
(Terraform Registry) resource.
The
mongodbatlas_event_trigger
resource allows you to create both scheduled and database triggers that invoke functions.
Please take a look at the documentation and let us know if this is helpful for your use case.
Regards,
Kushagra