Skip to content

Commit

Permalink
- cloudtrail
Browse files Browse the repository at this point in the history
  - 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
  • Loading branch information
badra001 committed Sep 1, 2023
1 parent 0c156f8 commit 3ca1253
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "2.4.4"
_module_version = "2.4.5"
}

0 comments on commit 3ca1253

Please sign in to comment.