We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfc4f1 commit ce694f8Copy full SHA for ce694f8
infrastructure/stacks/api-layer/eventbridge.tf
@@ -82,7 +82,6 @@ resource "aws_cloudwatch_event_target" "firehose_target" {
82
new_state = "<new_state>"
83
old_state = "<old_state>"
84
reason = "<reason>"
85
- severity = "<new_state>" == "ALARM" ? "high" : "info"
86
region = "<region>"
87
}
88
})
0 commit comments