Skip to content

Commit

Permalink
Uncomment alarm actions for composite alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchclarkebase2 committed Apr 19, 2024
1 parent f9c3e09 commit 866bd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cfnguardian/stacks/resources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def add_composite_alarm(alarm)
unless alarm.alarm_action.nil?
ActionsEnabled true
AlarmActions [Ref(alarm.alarm_action)]
# InsufficientDataActions [Ref(alarm.alarm_action)]
# OKActions [Ref(alarm.alarm_action)]
InsufficientDataActions [Ref(alarm.alarm_action)]
OKActions [Ref(alarm.alarm_action)]
end

end
Expand Down

0 comments on commit 866bd48

Please sign in to comment.