From ae37d6b96abbe937056b680b489bf9077d91855c Mon Sep 17 00:00:00 2001 From: lucasmacedot Date: Mon, 30 Oct 2023 18:18:58 -0400 Subject: [PATCH] lint --- event_bridge.tf | 2 +- iam.tf | 5 ++--- main.tf | 24 ++++++++++++------------ 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/event_bridge.tf b/event_bridge.tf index 6cabdbe..f655ce5 100644 --- a/event_bridge.tf +++ b/event_bridge.tf @@ -1,7 +1,7 @@ resource "aws_cloudwatch_event_rule" "alarm_notification" { name = "cloudtrail_alarm_custom_notifications" description = "Will be notified with a custom message when any alarm is performed" - is_enabled = true + is_enabled = true event_pattern = <