We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Be able to pass alarm config like:
... alarms { enable = true rollback = true alarm_names = [ aws_cloudwatch_metric_alarm.example.alarm_name ] } ...
Our use case is detecting failed deployments
The ideal solution is adding support for deployment alarms
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: