Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
get rid of DesiredCapacity (defaults to MinSize)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 4, 2019
1 parent 399bdec commit d290c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Resources:
ScanAutoScalingGroup:
Type: 'AWS::AutoScaling::AutoScalingGroup'
Properties:
DesiredCapacity: !Ref AutoScalingMinSize

LaunchConfigurationName: !Ref ScanLaunchConfiguration
MaxSize: !Ref AutoScalingMaxSize
MinSize: !Ref AutoScalingMinSize
Expand Down

0 comments on commit d290c4d

Please sign in to comment.