Skip to main content

Module: guardduty

This module enables AWS GuardDuty in one region of one account and optionally sets up an SNS topic to receive notifications of its findings.

Usage

Here's how to invoke this example module in your projects

module "example" {
source = "https://github.com/cloudposse/terraform-aws-guardduty.git?ref=master"

create_sns_topic = true
subscribers = {
opsgenie = {
protocol = "https"
endpoint = "https://api.example.com/v1/"
endpoint_auto_confirms = true
}
}
}

Examples

Here is an example of using this module: