File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed 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
3
3
4
4
## Example
5
5
Here's what using the module will look like
6
- ```
6
+
7
+ ``` hcl
7
8
module "example" {
8
- source = "rhythmictech/terraform-aws-securityhub-to-sns
9
+ source = "rhythmictech/terraform-aws-securityhub-to-sns/aws"
10
+ version = "0.0.1"
11
+
9
12
custom_action_notification_arn = "arn:aws:sns:us-east-1:012345678912:CreateTicket"
10
13
imported_finding_notification_arn = "arn:aws:sns:us-east-1:012345678912:NotifySlack"
11
14
}
You can’t perform that action at this time.
0 commit comments