Noticed that our aws_cloudwatch_alarms.tf file was getting a bit large.
Separated alarms into different files based on service.
The lambda alarm also has its own file. Alarms shared between services like failed connection alarms and ecs task stop alarms were kept in aws_cloudwatch_alarms.tf
This is simply moving around code. Will not result in any changes in deployment
Depends on D13942