Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cloudwatch deployment alarms to catch failed deployments #257

Open
abeluck opened this issue Dec 5, 2024 · 0 comments
Open

Support cloudwatch deployment alarms to catch failed deployments #257

abeluck opened this issue Dec 5, 2024 · 0 comments

Comments

@abeluck
Copy link

abeluck commented Dec 5, 2024

Describe the Feature

Terraform v4.49.0 back in 2023 released support for cloudwatch deployment alarms.

tf docs: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant