Skip to content

Latest commit

 

History

History

guardduty-baseline

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

guardduty-baseline

Enable GuardDuty in all regions.

Requirements

Name Version
terraform >= 1.1.4
aws >= 4.3

Providers

Name Version
aws >= 4.3

Inputs

Name Description Type Required
disable_email_notification Boolean whether an email notification is sent to the accounts. bool no
finding_publishing_frequency Specifies the frequency of notifications sent for subsequent finding occurrences. string no
invitation_message Message for invitation. string no
master_account_id AWS account ID for master account. string no
member_accounts A list of IDs and emails of AWS accounts which associated as member accounts.
list(object({
account_id = string
email = string
}))
no
tags Specifies object tags key and value. This applies to all resources created by this module. map(string) no

Outputs

Name Description
guardduty_detector The GuardDuty detector.