Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 4.04 KB

File metadata and controls

40 lines (33 loc) · 4.04 KB

SecurityHub Alarms

Terraform module for creating CloudWatch Alarms for SecurityHub that comply with the CIS AWS Foundations Benchmark v1.2.0 rules, which are:

Usage

module "securityhub-alarms" {
  source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines//modules/securityhub-alarms"
}

Inputs

Name Description Type Default Required
tags Tags to apply to resources map {} no

Outputs

Name Description Sensitive
sns_topic_arn Security benchmark Cloudwatch alarms SNS topic ARN No

Looking for issues?

If you're looking to raise an issue with this module, please create a new issue in the Modernisation Platform repository.