Skip to content

Commit

Permalink
ec2: fix "ASGDesiredCapacity" template (#189)
Browse files Browse the repository at this point in the history
ASGDesiredCapacity:
    Type: Number
    Description: Desired size auto scaling group
    Default: 1
    MinValue: 1
    MaxValue: 1000

Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho authored Nov 24, 2020
1 parent cf3f56e commit 1ceeda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/asgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Parameters:
ASGDesiredCapacity:
Type: Number
Description: Desired size auto scaling group
Default: 0
Default: {{.ASGDesiredCapacity}}
MinValue: 1
MaxValue: 1000
Expand Down

0 comments on commit 1ceeda5

Please sign in to comment.