Skip to content

rhythmictech/terraform-aws-guardduty-to-sns

Repository files navigation

terraform-aws-guardduty-to-sns follow on Twitter

Route GuardDuty Alerts to SNS. Currently only configures one region.

Example

Here's what using the module will look like

module "guardduty-to-sns" {
  source  = "rhythmictech/guardduty-to-sns/aws"
  version = "0.0.1"

  notification_arn = "arn:aws:sns:us-east-1:012345678912:NotifySlack"
}

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
finding_publishing_frequency Frequency with which to publish findings (must be one of FIFTEEN_MINUTES, ONE_HOUR, SIX_HOURS) string "ONE_HOUR" no
guardduty_enabled Whether or not to enable the GuardDuty service bool true no
notification_arn SNS Topic to send notifications to string n/a yes
tags User-Defined tags map(string) {} no

Outputs

No output.

The Giants underneath this module

  • pre-commit.com/
  • terraform.io/
  • github.com/tfutils/tfenv
  • github.com/segmentio/terraform-docs