Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.0
    3771bb06 · #81 cleanup ·
    Refactor features to work with new AWS APIs for guardduty.
    Extend to include all options supported by guardduty - S3_DATA_EVENTS; EKS_AUDIT_LOGS; EBS_MALWARE_PROTECTION; RDS_LOGIN_EVENTS; LAMBDA_NETWORK_LOGS; RUNTIME_MONITORING
  • v1.1
    The latest changes resolve a provider warning in aws_s3_bucket_lifecycle_configuration.guardduty_findings by adding a required filter block to each lifecycle rule, ensuring compatibility with future AWS provider versions that will enforce this requirement.
    
    │ Warning: Invalid Attribute Combination
    │ 
    │   with module.guardduty_admin.aws_s3_bucket_lifecycle_configuration.guardduty_findings,
    │   on .terraform/modules/guardduty_admin/s3-bucket.tf line 170, in resource "aws_s3_bucket_lifecycle_configuration" "guardduty_findings":
    │  170: resource "aws_s3_bucket_lifecycle_configuration" "guardduty_findings" {
    │ 
    │ No attribute specified when one (and only one) of [rule[0].filter,rule[0].prefix] is required
    │ 
    │ This will be an error in a future version of the provider
    │ 
    │ (and one more similar warning elsewhere)
    ╵
  • v1
    110bc18b · update readme ·
    organization enabled guardduty with delegated admin in security account