use minimum 2 hosts for prod EB autoscaling group

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-09 16:09:49 -04:00
parent a562205cc8
commit c6a39c05da
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,6 @@ module "prod_env" {
/* Scaling */ /* Scaling */
instance_type = "t2.micro" instance_type = "t2.micro"
autoscale_min = 1 autoscale_min = 2
autoscale_max = 6 autoscale_max = 6
} }