You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a webhook with this module, the named webhook that gets created is "MS Teams Integration ()".
This is a problem because there may be multiple spaces using the same channel name on Teams, not aware that this is going to cause a name collision for this module.
Proposed Solution
Add the Space ID in the webhook name: MS Teams Integration (channel-name) [space-id]
The text was updated successfully, but these errors were encountered:
jstrese
added a commit
to jstrese/terraform-spacelift-msteams
that referenced
this issue
May 12, 2024
When creating a webhook with this module, the named webhook that gets created is "MS Teams Integration ()".
This is a problem because there may be multiple spaces using the same channel name on Teams, not aware that this is going to cause a name collision for this module.
Proposed Solution
Add the Space ID in the webhook name:
MS Teams Integration (channel-name) [space-id]
The text was updated successfully, but these errors were encountered: