From 31f4debca8fe9827f4037b76fab3c9e434d44d19 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 24 Nov 2020 10:35:09 -0800 Subject: [PATCH] ec2: fix "ASGDesiredCapacity" template (#189) ASGDesiredCapacity: Type: Number Description: Desired size auto scaling group Default: 1 MinValue: 1 MaxValue: 1000 Signed-off-by: Gyuho Lee --- ec2/asgs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2/asgs.go b/ec2/asgs.go index 8fa6b95bc..335894e34 100644 --- a/ec2/asgs.go +++ b/ec2/asgs.go @@ -128,7 +128,7 @@ Parameters: ASGDesiredCapacity: Type: Number Description: Desired size auto scaling group - Default: 0 + Default: {{.ASGDesiredCapacity}} MinValue: 1 MaxValue: 1000