Skip to content

Commit 6b4b0e4

Browse files
committed
adding ec2
1 parent 0c4e8a6 commit 6b4b0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ecs-ec2/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ locals {
9494

9595
asg = {
9696
name = "my-asg"
97-
min_size = 1
97+
min_size = 2
9898
max_size = 3
9999
desired_capacity = 2
100100
vpc_zone_identifier = tolist(data.aws_subnets.private.ids)

0 commit comments

Comments
 (0)