Skip to content

Commit 7a0ed5d

Browse files
authored
Merge pull request #2 from rhythmictech/sblack4-patch-1
Fix Readme
2 parents 55fb61d + 32be79c commit 7a0ed5d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
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
55
Here's what using the module will look like
6-
```
6+
7+
```hcl
78
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+
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
}

0 commit comments

Comments
 (0)