OpsLevel / terraform-provider-opslevel

Terraform provider for OpsLevel.com
https://registry.terraform.io/providers/OpsLevel/opslevel/latest/docs
MIT License
8 stars 5 forks source link

`opslevel_team_contact` is missing support for assigning channel as a default channel for receiving notifications #325

Open oponomarov-tu opened 4 months ago

oponomarov-tu commented 4 months ago

OpsLevel has a feature to select particular Slack channel as a default channel for receiving notifications (e.g.: service leveling up from bronze to gold), but does not expose this feature through Terraform's opslevel_team_contact resource, meaning once the contact points for channels are created -- a team has to manually select a channel the notifications should be sent to from UI.

davidbloss commented 3 months ago

Hi @oponomarov-tu, while looking into adding this feature we discovered that it requires a breaking change to our OpsLevel API Go client. This quarter we are focused on improving stability across our products so for now we are planning on adding this feature at the start of next quarter