Skip to content

Commit ce694f8

Browse files
committed
eli-304 removing severity as we can do this logic in Splunk
1 parent fcfc4f1 commit ce694f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrastructure/stacks/api-layer/eventbridge.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ resource "aws_cloudwatch_event_target" "firehose_target" {
8282
new_state = "<new_state>"
8383
old_state = "<old_state>"
8484
reason = "<reason>"
85-
severity = "<new_state>" == "ALARM" ? "high" : "info"
8685
region = "<region>"
8786
}
8887
})

0 commit comments

Comments
 (0)