-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.new-resourceIntroduces a new resource.Introduces a new resource.
Milestone
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
AWS Just Released Support for Chatbot in Cloudformation
Would be nice to gain this support in Terraform as well
New or Affected Resource(s)
N/A
Potential Terraform Configuration
resource "aws_chatbot_slack_channel_config" "slack" {
config_name = ""
iam_role_arn = ""
logging_level = ""
slack_channel_id = ""
slack_workspace_id = ""
sns_topic_arn = ""
}
References
e-moshaya, hobo05, tddmonkey, fliphess, iramello and 830 more
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.new-resourceIntroduces a new resource.Introduces a new resource.