Skip to content

Commit

Permalink
- cloudtrail
Browse files Browse the repository at this point in the history
  - add additional_sqs_names to create more SQS queues and assign to the same SNS
  - output s3, sqs, and sns detail
  • Loading branch information
badra001 committed Jul 12, 2022
1 parent f3bb7b2 commit ecf51da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.4"
_module_version = "2.1.0"
}

0 comments on commit ecf51da

Please sign in to comment.