From ecf51da1bd2314862114e9c34cfd13371d6e7267 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 12 Jul 2022 13:20:37 -0400 Subject: [PATCH] - cloudtrail - add additional_sqs_names to create more SQS queues and assign to the same SNS - output s3, sqs, and sns detail --- CHANGELOG.md | 5 +++++ common/version.tf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3987388..c80f768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -187,3 +187,8 @@ * 2.0.4 -- 2022-06-01 - ldap-ou-create - add attributes + +* 2.1.0 -- 2022-07-12 + - cloudtrail + - add additional_sqs_names to create more SQS queues and assign to the same SNS + - output s3, sqs, and sns detail diff --git a/common/version.tf b/common/version.tf index f033f34..55a44df 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.0.4" + _module_version = "2.1.0" }