Skip to content

Releases: trussworks/terraform-aws-cloudtrail-alarms

Deprecate using Terraform versions before 1.0

08 Jun 20:38
4be0f83
Compare
Choose a tag to compare

Module now requires using Terraform version 1.0 or higher.

Add alarm_prefix to optionally prefix the alarm names

24 Feb 17:27
85f2105
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

add initial testing for module and support for user provided tags

16 Jun 14:28
b885971
Compare
Choose a tag to compare
  • add base terratests
  • add support for user provided tags

Fix alarm description for DisableOrDeleteCMK

18 Mar 23:02
5367232
Compare
Choose a tag to compare
  • Corrects the description for the DisableOrDeleteCMK alarm

Allows TF13+ and AWS Provider 3+

12 Jan 22:18
ae5b527
Compare
Choose a tag to compare

updated circleci image, pre-commit versions and TF version constraints

Terraform 13

01 Sep 15:21
d6cc5e4
Compare
Choose a tag to compare

This release indicates the module's change into the Terraform 13 standard.

Pins tf12

31 Aug 18:40
82e24f7
Compare
Choose a tag to compare

If your TF code is running on TF12, please pin the module to this version.

Adding option for disabling assumed role console logins

02 Apr 15:03
7df2228
Compare
Choose a tag to compare

The NoMFAConsoleLogin alert fires for all assumed-role logins by default; this release adds an option to turn these off. This doesn't seem to strictly follow the CIS benchmark, but it makes the alert much less likely to give false positives, especially for sandbox/dev accounts.

Initial Release

27 Mar 15:12
efae492
Compare
Choose a tag to compare
Merge pull request #1 from trussworks/cblkwell-fixed-initial-work

Initial work for cloudtrail alarms module