Skip to content

Commit

Permalink
ec2: fix "ASGDesiredCapacity" template (aws#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 and mmerkes committed Dec 21, 2020
1 parent b83a7df commit 31f4deb
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 31f4deb

Please sign in to comment.