File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # terraform-aws-securityhub-to-sns [ ![ ] ( https://github.com/rhythmictech/terraform-aws-securityhub-to-sns/workflows/pre-commit-check/badge.svg )] ( https://github.com/rhythmictech/terraform-aws-securityhub-to-sns/actions ) <a href =" https://twitter.com/intent/follow?screen_name=RhythmicTech " ><img src =" https://img.shields.io/twitter/follow/RhythmicTech?style=social&logo=RhythmicTech " alt =" follow on Twitter " ></a >
2- Template repository for terraform modules. Good for any cloud and any provider.
1+ # terraform-aws-securityhub-to-sns [ ![ ] ( https://github.com/rhythmictech/terraform-aws-securityhub-to-sns/workflows/pre-commit-check/badge.svg )] ( https://github.com/rhythmictech/terraform-aws-securityhub-to-sns/actions ) <a href =" https://twitter.com/intent/follow?screen_name=RhythmicTech " ><img src =" https://img.shields.io/twitter/follow/RhythmicTech?style=social&logo=twitter " alt =" follow on Twitter " ></a >
2+ Use CloudWatch to send SecurityHub events to SNS
33
44## Example
55Here's what using the module will look like
6- ```
6+
7+ ``` hcl
78module "example" {
8- source = "rhythmictech/terraform-aws-securityhub-to-sns
9+ source = "rhythmictech/terraform-aws-securityhub-to-sns/aws"
10+ version = "0.0.1"
11+
912 custom_action_notification_arn = "arn:aws:sns:us-east-1:012345678912:CreateTicket"
1013 imported_finding_notification_arn = "arn:aws:sns:us-east-1:012345678912:NotifySlack"
1114}
You can’t perform that action at this time.
0 commit comments