Skip to content

Commit

Permalink
Increased desired_capacity to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Nov 19, 2019
1 parent 0612b31 commit 1afbb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulestf/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def convert_graph_to_modulestf_config(graph): # noqa: C901
r.update_params({
"name": asg_name if asg_name else random_pet(),
"min_size": 0,
"max_size": 0,
"desired_capacity": 0,
"max_size": 1,
"desired_capacity": 1,
"health_check_type": "EC2",
"image_id": "HCL:dependency.aws-data.outputs.amazon_linux2_aws_ami_id",
"vpc_zone_identifier": [],
Expand Down

0 comments on commit 1afbb76

Please sign in to comment.