-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MS Teams alert support in terraform provider is missing #827
Comments
Will try to replicate issue using v1.4.5 |
@AdilHoumadi Internal engineering ticket to correct this issue https://jira.mongodb.org/browse/INTMDB-394 |
@martinstibbe Thanks for the feedback! looking forward to the test the fix and get rid of my workaround. |
@AdilHoumadi https://github.com/mongodb/terraform-provider-mongodbatlas/tree/INTMDB-394 this branch has the changes if you would like to compile a binary to test in the meantime |
@martinstibbe Thanks for the test, I will test it and share a feedback! |
@AdilHoumadi Added SDK library support for microsoftTeamsWebhookUrl and a few others |
@AdilHoumadi I have combined this in another fix for this upcoming release v1.5.0 INTMDB-373 Branch has Webhook and MS Teams configuration parameters |
@AdilHoumadi we have just released v1.5.0, can you let us know if this resolves issue? |
@Zuhairahmed, Tested and it's working, Thanks! |
Terraform CLI and Terraform MongoDB Atlas Provider Version
Terraform Configuration File
Steps to Reproduce
Expected Behavior
According to these discussions we should be able to send alarms to MS teams:
Correct me if I am missing something!
https://feedback.mongodb.com/forums/924145-atlas/suggestions/45194335-ms-teams-alert-support-in-terraform-provider
https://feedback.mongodb.com/forums/924145-atlas/suggestions/40505692-integration-with-microsoft-teams
Actual Behavior
https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/mongodbatlas/resource_mongodbatlas_alert_configuration.go#L277-L283
Additional Context
According to this doc: https://www.mongodb.com/docs/cloud-manager/reference/api/alert-configurations-create-config/
We do need the type_name=MICROSOFT_TEAMS to be added to the list.
And we should include this param in the notifications list: microsoftTeamsWebhookUrl
The text was updated successfully, but these errors were encountered: