Skip to content

Releases: cloudposse/terraform-aws-rds-cloudwatch-sns-alarms

v0.4.0

17 May 09:09
d575e86
Compare
Choose a tag to compare
  • No changes

v0.3.1

03 Jul 20:06
d575e86
Compare
Choose a tag to compare
feature: allow monitoring multiple RDS instances @joe-niland (#33)

what

  • adds instance prefix to SNS alarms

why

  • Otherwise multiple instances overwrite each other

references

git.io->cloudposse.tools update @dylanbannon (#45)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

v0.3.0

17 Jun 23:57
ea79309
Compare
Choose a tag to compare
Module modernisation @joe-niland (#32)

what

  • add context
  • add licence
  • upgrade for TF 0.14
  • add tests
  • add most recent github workflows

why

  • allow proper management of PRs
  • allow use with TF 0.13+

references

Added pre-commit @3h4x (#22)

what

  • added pre-commit to do automatic lint of yaml and tf fmt

why

  • to have automatic checks

0.2.0 Fix dimensions

08 May 18:44
30507c3
Compare
Choose a tag to compare

what

  • Fix dimensions

why

  • Latest versions of TF 0.11 consider the dimensions as attributes

0.1.6 Fix examples

10 Feb 18:00
Compare
Choose a tag to compare

what

  • Fix examples

why

  • Original example had invalid/out of date URL for the module

0.1.5

0.1.4

14 Aug 19:38
Compare
Choose a tag to compare

what

  • Use AWS account ID rather than ARN in policy condition

why

  • Was not receiving any alarms via SNS until this change was made

0.1.3: Correct RDS SNS Sid (#3)

10 Aug 05:18
Compare
Choose a tag to compare
The Sid appears to have been copy pasted incorrectly from the previous
statement.  This Sid describes better what this statement allows.

Regenerate README.md

27 Jul 13:56
c31b149
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

0.1.1: Update README (#1)

13 Jul 19:20
3e91f6a
Compare
Choose a tag to compare
* Update related links

* Address CR comments