-
v2.03771bb06 · ·
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.110c26e37 · ·
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) ╵
-