You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ $ make docs
113
113
| <aname="input_ami_id"></a> [ami\_id](#input\_ami\_id)| ID of the Spacelift AMI. If left empty, the latest Spacelift AMI will be used. |`string`|`""`| no |
114
114
| <aname="input_autoscaler_architecture"></a> [autoscaler\_architecture](#input\_autoscaler\_architecture)| Instruction set architecture of the autoscaler to use |`string`|`"amd64"`| no |
115
115
| <aname="input_autoscaler_s3_package"></a> [autoscaler\_s3\_package](#input\_autoscaler\_s3\_package)| Configuration to retrieve autoscaler lambda package from s3 bucket | <pre>object({<br> bucket = string<br> key = string<br> object_version = optional(string)<br> })</pre> |`null`| no |
116
-
| <aname="input_autoscaler_version"></a> [autoscaler\_version](#input\_autoscaler\_version)| Version of the autoscaler to deploy |`string`|`"v0.3.0"`| no |
116
+
| <aname="input_autoscaler_version"></a> [autoscaler\_version](#input\_autoscaler\_version)| Version of the autoscaler to deploy |`string`|`"latest"`| no |
117
117
| <aname="input_autoscaling_max_create"></a> [autoscaling\_max\_create](#input\_autoscaling\_max\_create)| The maximum number of instances the utility is allowed to create in a single run |`number`|`1`| no |
118
118
| <aname="input_autoscaling_max_terminate"></a> [autoscaling\_max\_terminate](#input\_autoscaling\_max\_terminate)| The maximum number of instances the utility is allowed to terminate in a single run |`number`|`1`| no |
119
119
| <aname="input_autoscaling_timeout"></a> [autoscaling\_timeout](#input\_autoscaling\_timeout)| Timeout (in seconds) for a single autoscaling run. The more instances you have, the higher this should be. |`number`|`30`| no |
0 commit comments