Skip to content

Commit

Permalink
remove period property
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonesbase2 committed Aug 3, 2022
1 parent e4f1904 commit 0313e04
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 @@ -25,7 +25,6 @@ def default_alarms
alarm.metric_name = 'TargetResponseTime'
alarm.threshold = 30
alarm.evaluation_periods = 5
alarm.period = 60
alarm.alarm_action = 'Warning'
@alarms.push(alarm)
end
Expand Down

0 comments on commit 0313e04

Please sign in to comment.