コンテンツにスキップ

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

Name Version
terraform >= 1.9.0, < 2.0.0
aws ~> 5.57.0

Providers

Name Version
aws ~> 5.57.0

Resources

Name Type
aws_guardduty_detector.this resource
aws_guardduty_detector_feature.this resource

Inputs

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

Name Description
guardduty_detector_id The ID of the guardduty detector