diff --git a/infra/deployments/forms/health/alerts/failed-bounce-notifications-job-executions.tf b/infra/deployments/forms/health/alerts/failed-bounce-notifications-job-executions.tf new file mode 100644 index 000000000..bd6050885 --- /dev/null +++ b/infra/deployments/forms/health/alerts/failed-bounce-notifications-job-executions.tf @@ -0,0 +1,29 @@ +resource "aws_cloudwatch_metric_alarm" "failed_bounce_notifications_job_executions" { + alarm_name = "${var.environment}-failed-bounce-notifications-job-executions" + alarm_description = <