You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tf-modules/monitoring/securityhub-notifications
lalanza808 d01fbaa216 adding securityhub cloudwatch event notifications to sns 4 years ago
..
README.md adding securityhub cloudwatch event notifications to sns 4 years ago
main.tf adding securityhub cloudwatch event notifications to sns 4 years ago
variables.tf adding securityhub cloudwatch event notifications to sns 4 years ago

README.md

securityhub-notifications

This module sets up Cloudwatch Event rules which notify a given SNS topic to inform administrators of any SecurityHub findings.

https://aws.amazon.com/security-hub/

Usage

module "sns-email-topic" {
  source = "github.com/lalanza808/tf-modules.git/monitoring/sns-email-topic"
}

module "securityhub-notification" {
  source = "github.com/lalanza808/tf-modules.git/monitoring/securityhub-notifications"
  sns_topic_arn = module.sns-email-topic.topic_arn
}

Inputs

You must provide one input, which is the SNS Topic ARN you wish to publish messages to.

  • sns_topic_arn

You can provide these optional inputs:

  • prefix
  • tags

See all inputs here: variables.tf

Outputs

None