GuardDuty Module
Description
This module creates an AWS GuardDuty service.
Usage
module "aws_guardduty" {
source = "./modules/guardduty"
enable_guardduty = true
enable_guardduty_s3_protection = true
}
Requirements
Providers
| Name |
Version |
| aws |
~> 5.57.0 |
Resources
| Name |
Description |
Type |
Default |
Required |
| enable_guardduty |
Flag to enabling/disabling AWS GuardDuty protection service |
bool |
false |
no |
| enable_guardduty_s3_protection |
Flag to enabling/disabling additional AWS GuardDuty feature for detecting potential risks connected with S3 buckets |
bool |
false |
no |
Outputs