Open
Description
Describe the Feature
Terraform v4.49.0 back in 2023 released support for cloudwatch deployment alarms.
This module doesn't support them unfortunately.
Expected Behavior
Be able to pass alarm config like:
...
alarms {
enable = true
rollback = true
alarm_names = [
aws_cloudwatch_metric_alarm.example.alarm_name
]
}
...
Use Case
Our use case is detecting failed deployments
Describe Ideal Solution
The ideal solution is adding support for deployment alarms
Alternatives Considered
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels