Skip to content

Files

Latest commit

4e2dcfb · Feb 28, 2022

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 28, 2022
Feb 28, 2022
Feb 28, 2022
Feb 28, 2022
Feb 28, 2022

AWS Macie

Requirements

Name Version
terraform >= 1.1.4
aws >= 4.1.0

Providers

Name Version
aws 4.2.0

Modules

No modules.

Resources

Name Type
aws_macie2_account.self resource
aws_macie2_invitation_accepter.master resource
aws_macie2_member.members resource
aws_macie2_organization_admin_account.self resource

Inputs

Name Description Type Default Required
disable_email_notification Boolean whether an email notification is sent to the accounts. bool false no
enable The boolean flag whether this module is enabled or not. No resources are created when set to false. bool true no
finding_publishing_frequency Specifies the frequency of notifications sent for subsequent finding occurrences. string "SIX_HOURS" no
invitation_message Message for invitation. string "This is an automatic invitation message from guardduty-baseline module." 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
{
"Terraform": true
}
no

Outputs

Name Description
aws_macie2_account Macie Account