Slack notification channel creation via Terraform not working

Hi team

In my project we are trying to send notification to slack by using Terraform module, but we not receiving any notification from the slack so can any help on these

We using these Terraform modulehttps://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/monitoring_notification_channel.html

Hi,

did you’ve authorized Google Stackdriver into Slack ? Did you’ve providing correct channel_ID ?
My configuration for slack : “channel_name”: “slack_notifications” and this integration must be at Slack

cheers,
DamianS

We found the root cause of the problem in Terraform module their is no option to pass slack channel namespace

So we are not able to send notification to slack

Can anyone help me on these

hi,

check this https://didikmulyadi.medium.com/being-more-aware-of-application-errors-by-connecting-cloud-monitoring-to-slack-channel-d976e6c29761

cheers,
Damian S