Releases: trussworks/terraform-aws-cloudtrail-alarms
Releases · trussworks/terraform-aws-cloudtrail-alarms
Deprecate using Terraform versions before 1.0
Add alarm_prefix to optionally prefix the alarm names
What's Changed
- feat/alarm prefix by @rpdelaney in #43
New Contributors
- @rpdelaney made their first contribution in #16
- @esacteksab made their first contribution in #38
- @dchocoboo made their first contribution in #41
Full Changelog: v2.1.0...v2.2.0
add initial testing for module and support for user provided tags
- add base terratests
- add support for user provided tags
Fix alarm description for DisableOrDeleteCMK
- Corrects the description for the DisableOrDeleteCMK alarm
Allows TF13+ and AWS Provider 3+
updated circleci image, pre-commit versions and TF version constraints
Terraform 13
This release indicates the module's change into the Terraform 13 standard.
Pins tf12
Adding option for disabling assumed role console logins
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
Merge pull request #1 from trussworks/cblkwell-fixed-initial-work Initial work for cloudtrail alarms module