-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Support AWS Chatbot #12304
Comments
@e-moshaya Thanks for this. |
This is now GA, but there is not yet support in the AWS Go SDK. |
They don't have an API yet either, but they do offer cloudformation support. I've started work on a public module which wraps Cloudformation to enable configuration of chatbot slack channels in terraform: https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration I've published an alpha release (github) which has been tested to work, hoping to release an official 1.0 soon if anyone wants to use it! |
@mwarkentin Maybe this can serve as inspiration: https://github.com/panos--/terraform-aws-chatbot-slack -- uses the CloudFormation workaround, too. I've written this module and use it to receive AWS Health alerts and CloudWatch Alarms in Slack. |
Hello, there's any update about this??? |
AWS Go SDK still does not have support for Chatbot. There is an open issue from Oct 7, 2020 requesting to add Chatbot support to the AWS Go SDK. We as a community could have been better about opening this issue ourselves back in March, but here we are. As soon as this issue is complete, this terraform-provider-aws issue can begin work. I would suggest going over there and +1 to add visibility. |
There is limited support for AWS Chatbot via Cloudformation.
Edit: Sorry just noticed there's a comment above that already mentions this. Apologies for the noise! |
The creation of Slack channel configuration is available through Terraform's "AWS Cloud Control" ( This configuration worked for me:
|
When will microsoft teams support be avialable for aws_cc provider? https://aws.amazon.com/blogs/aws/aws-chatbot-now-integrates-with-microsoft-teams/ |
That works but I think ideally it's supported in the main provider as well? |
https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2024-02-19
|
Would love to see this ticket dispositioned again.. 816 votes and SDK is available. |
I will start working on the Slack Channel Configuration resource. |
FYI, Most used resources in the awscc provider:
Looks like @madhavvishnubhatta is on the exact right path with #37222 |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.61.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
AWS Just Released Support for Chatbot in Cloudformation
https://aws.amazon.com/about-aws/whats-new/2020/03/provision-aws-chatbot-configurations-aws-cloudformation/
Would be nice to gain this support in Terraform as well
New or Affected Resource(s)
N/A
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: