Skip to content

Commit

Permalink
Remove duplicate code (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchclarkebase2 authored Mar 1, 2024
1 parent b2d2d4b commit f9c3e09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cfnguardian/resources/application_targetgroup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def default_alarms
alarm.statistic = 'Minimum'
alarm.threshold = 2
alarm.evaluation_periods = 1
alarm.comparison_operator = 'LessThanThreshold'
@alarms.push(alarm)

alarm = CfnGuardian::Models::ApplicationTargetGroupAlarm.new(@resource)
Expand Down

0 comments on commit f9c3e09

Please sign in to comment.