Releases: cloudposse/terraform-aws-rds-cloudwatch-sns-alarms
Releases · cloudposse/terraform-aws-rds-cloudwatch-sns-alarms
v0.4.0
v0.3.1
feature: allow monitoring multiple RDS instances @joe-niland (#33)
what
- adds instance prefix to SNS alarms
why
- Otherwise multiple instances overwrite each other
references
- original authors: @rfvermut, @rebelthor
- closes #5
- closes #10
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
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
- closes #24
0.2.0 Fix dimensions
what
- Fix dimensions
why
- Latest versions of TF 0.11 consider the
dimensions
as attributes
0.1.6 Fix examples
what
- Fix examples
why
- Original example had invalid/out of date URL for the module
0.1.5
what
- Fix
metric_name
why
- Copy/paste error
references
0.1.4
0.1.3: Correct RDS SNS Sid (#3)
The Sid appears to have been copy pasted incorrectly from the previous statement. This Sid describes better what this statement allows.
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
0.1.1: Update README (#1)
* Update related links * Address CR comments