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

 

0 3 598
3 REPLIES 3

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

DamianS_0-1697192415933.png

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