Skip to content

Commit 1afbb76

Browse files
committed
Increased desired_capacity to 1
1 parent 0612b31 commit 1afbb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎modulestf/convert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ def convert_graph_to_modulestf_config(graph): # noqa: C901
258258
r.update_params({
259259
"name": asg_name if asg_name else random_pet(),
260260
"min_size": 0,
261-
"max_size": 0,
262-
"desired_capacity": 0,
261+
"max_size": 1,
262+
"desired_capacity": 1,
263263
"health_check_type": "EC2",
264264
"image_id": "HCL:dependency.aws-data.outputs.amazon_linux2_aws_ami_id",
265265
"vpc_zone_identifier": [],

0 commit comments

Comments
 (0)