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
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,7 @@ terraform destroy
279
279
| docker\_machine\_spot\_price\_bid | Spot price bid. |`string`|`"0.06"`| no |
280
280
| docker\_machine\_version | By default docker\_machine\_download\_url is used to set the docker machine version. Version of docker-machine. The version will be ingored once `docker_machine_download_url` is set. |`string`|`""`| no |
281
281
| enable\_asg\_recreation | Enable automatic redeployment of the Runner ASG when the Launch Configs change. |`bool`|`true`| no |
282
+
| asg\_delete\_timeout | Timeout when trying to delete the Runner ASG. |`string`|`"10m"`| no |
282
283
| enable\_cloudwatch\_logging | Boolean used to enable or disable the CloudWatch logging. |`bool`|`true`| no |
283
284
| enable\_docker\_machine\_ssm\_access | Add IAM policies to the docker-machine instances to connect via the Session Manager. |`bool`|`false`| no |
284
285
| enable\_eip | Enable the assignment of an EIP to the gitlab runner instance |`bool`|`false`| no |
description="Timeout when trying to delete the Runner ASG."
645
+
default="10m"
646
+
type=string
647
+
}
648
+
643
649
variable"enable_forced_updates" {
644
650
description="DEPRECATED! and is replaced by `enable_asg_recreation. Setting this variable to true will do the oposite as expected. For backward compatibility the variable will remain some releases. Old desription: Enable automatic redeployment of the Runner ASG when the Launch Configs change."
0 commit comments