Page MenuHomePhabricator

[terraform] break up alarms into separate terraform files
AcceptedPublic

Authored by will on Thu, Nov 14, 8:52 PM.

Details

Reviewers
bartek
varun
Summary

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

Test Plan

terraform plan had no changes

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage