Terraform Aws Cloudtrail Cloudwatch Alarms Versions Save

Terraform module for creating alarms for tracking important changes and occurrences from cloudtrail.

0.9.0

3 years ago
readme updated, Encrypt SNS Topic Data enabled by default @maximmi (#26)

what

  • BridgeCrew compliance checks fix
  • readme updated
  • default behaviour changed: Encrypt SNS Topic Data enabled by default

why

  • To be able to position our modules as standards compliant
  • Providing explicit note about policy attached directly to user
  • To comply BridgeCrew check

references

0.8.0

3 years ago
Terraform 0.14 upgrade @maximmi (#25)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

0.7.0

3 years ago
fix: regenerate readmes @dotCipher (#22) ## what * Regenerates readmes

why

  • There was drift since #21 was merged

references

  • #21

0.6.0

3 years ago
Rewrite for TF 0.12 and testing @dotCipher (#21) ## what
  • Brings this module into the new ecosystem of tools used by CloudPosse, and updates terraform compatibility to v0.12.x.
  • Adds .github dir with all the CloudPosse defaults
  • Created a complete test case with updated CloudPosse module references
  • Updated syntax for dashboard creation to use terraform native code, then jsonencode
  • Extract all metric definitions into single metric_definitions.tf file for readability

why

  • Hasn't been updated in a while, and I would like to use it 😄

references

  • Closes #11

0.5.0

4 years ago

what

  • Fix parenthesis

why

  • Some code did not properly include a set of parenthesis

0.4.0

4 years ago

what

  • Change filter expressions as per CIS Benchmark guide

why

  • Update 3 filters in alarms.tf as per CIS Benchmark guide.

    • Ensure a log metric filter and alarm exist for Management Console sign-in without MFA
    • Ensure a log metric filter and alarm exist for disabling or scheduled deletion of customer created CMKs
    • Ensure a log metric filter and alarm exist for AWS Config configuration changes

references

  • Closes #9

0.3.0

4 years ago

what

  • Fix permissions

why

  • The alerts do not originate from events.amazonaws.com

0.2.0

5 years ago

0.1.2

5 years ago

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

v0.1.1

5 years ago
  • Fix avatars links