diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ea5cc..84ad158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -281,4 +281,10 @@ - cloudtrail - add s3 sns/sqs/additional sqs option, and tie it to the S3 bucket - needed for MS Log Analytics: https://learn.microsoft.com/en-us/azure/sentinel/connect-aws?tabs=s3 - + +* 2.4.6 -- 2023-09-06 + - cloudtrail + - update permissions for SNS, SQS to allow s3 + - add enable_cloudwatch_logs with a default of false + - cloudtrail-key + - add s3.amazonaws.com diff --git a/common/version.tf b/common/version.tf index ec8dee5..eb12e0f 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.4.5" + _module_version = "2.4.6" }