From 3ca12537035999e63535b48de2228c2e480191c0 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 1 Sep 2023 16:10:49 -0400 Subject: [PATCH] - 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 --- CHANGELOG.md | 6 ++++++ common/version.tf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53aa534..73ea5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -276,3 +276,9 @@ * 2.4.4 -- 2023-08-24 - terraform-state - add data resource for ddb kms key to get it created before using to prevent a race condition on the creation of the DDB table + +* 2.4.5 -- 2023-09-01 + - 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 + diff --git a/common/version.tf b/common/version.tf index 59b218e..ec8dee5 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.4.4" + _module_version = "2.4.5" }