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
* create the log group before creating the runner agent ([#633](https://github.com/npalm/terraform-aws-gitlab-runner/issues/633)) ([c58aaaa](https://github.com/npalm/terraform-aws-gitlab-runner/commit/c58aaaa52f6387536794da8626f9033517a71e88))
@@ -442,12 +442,12 @@ Made with [contributors-img](https://contrib.rocks).
442
442
| <aname="input_arn_format"></a> [arn\_format](#input\_arn\_format)| Deprecated! Calculated automatically by the module. ARN format to be used. May be changed to support deployment in GovCloud/China regions. |`string`|`null`| no |
443
443
| <aname="input_asg_delete_timeout"></a> [asg\_delete\_timeout](#input\_asg\_delete\_timeout)| Timeout when trying to delete the Runner ASG. |`string`|`"10m"`| no |
444
444
| <aname="input_asg_max_instance_lifetime"></a> [asg\_max\_instance\_lifetime](#input\_asg\_max\_instance\_lifetime)| The seconds before an instance is refreshed in the ASG. |`number`|`null`| no |
445
-
| <aname="input_asg_terminate_lifecycle_hook_create"></a> [asg\_terminate\_lifecycle\_hook\_create](#input\_asg\_terminate\_lifecycle\_hook\_create)| Boolean toggling the creation of the ASG instance terminate lifecycle hook. |`bool`|`true`| no |
446
-
| <aname="input_asg_terminate_lifecycle_hook_heartbeat_timeout"></a> [asg\_terminate\_lifecycle\_hook\_heartbeat\_timeout](#input\_asg\_terminate\_lifecycle\_hook\_heartbeat\_timeout)| The amount of time, in seconds, for the instances to remain in wait state. |`number`|`90`| no |
445
+
| <aname="input_asg_terminate_lifecycle_hook_create"></a> [asg\_terminate\_lifecycle\_hook\_create](#input\_asg\_terminate\_lifecycle\_hook\_create)|(Deprecated and always true now) Boolean toggling the creation of the ASG instance terminate lifecycle hook. |`bool`|`true`| no |
446
+
| <aname="input_asg_terminate_lifecycle_hook_heartbeat_timeout"></a> [asg\_terminate\_lifecycle\_hook\_heartbeat\_timeout](#input\_asg\_terminate\_lifecycle\_hook\_heartbeat\_timeout)|(Deprecated and no longer in use) The amount of time, in seconds, for the instances to remain in wait state. |`number`|`null`| no |
447
447
| <aname="input_asg_terminate_lifecycle_hook_name"></a> [asg\_terminate\_lifecycle\_hook\_name](#input\_asg\_terminate\_lifecycle\_hook\_name)| Specifies a custom name for the ASG terminate lifecycle hook and related resources. |`string`|`null`| no |
448
-
| <aname="input_asg_terminate_lifecycle_lambda_memory_size"></a> [asg\_terminate\_lifecycle\_lambda\_memory\_size](#input\_asg\_terminate\_lifecycle\_lambda\_memory\_size)| The memory size in MB to allocate to the terminate-instances Lambda function. |`number`|`128`| no |
449
-
| <aname="input_asg_terminate_lifecycle_lambda_runtime"></a> [asg\_terminate\_lifecycle\_lambda\_runtime](#input\_asg\_terminate\_lifecycle\_lambda\_runtime)| Identifier of the function's runtime. This should be a python3.x runtime. See https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Runtime for more information. |`string`|`"python3.8"`| no |
450
-
| <aname="input_asg_terminate_lifecycle_lambda_timeout"></a> [asg\_terminate\_lifecycle\_lambda\_timeout](#input\_asg\_terminate\_lifecycle\_lambda\_timeout)| Amount of time the terminate-instances Lambda Function has to run in seconds. |`number`|`30`| no |
448
+
| <aname="input_asg_terminate_lifecycle_lambda_memory_size"></a> [asg\_terminate\_lifecycle\_lambda\_memory\_size](#input\_asg\_terminate\_lifecycle\_lambda\_memory\_size)|(Deprecated and no longer in use) The memory size in MB to allocate to the terminate-instances Lambda function. |`number`|`128`| no |
449
+
| <aname="input_asg_terminate_lifecycle_lambda_runtime"></a> [asg\_terminate\_lifecycle\_lambda\_runtime](#input\_asg\_terminate\_lifecycle\_lambda\_runtime)|(Deprecated and no longer in use) Identifier of the function's runtime. This should be a python3.x runtime. See https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Runtime for more information. |`string`|`"python3.8"`| no |
450
+
| <aname="input_asg_terminate_lifecycle_lambda_timeout"></a> [asg\_terminate\_lifecycle\_lambda\_timeout](#input\_asg\_terminate\_lifecycle\_lambda\_timeout)|(Deprecated and no longer in use) Amount of time the terminate-instances Lambda Function has to run in seconds. |`number`|`30`| no |
451
451
| <aname="input_auth_type_cache_sr"></a> [auth\_type\_cache\_sr](#input\_auth\_type\_cache\_sr)| A string that declares the AuthenticationType for [runners.cache.s3]. Can either be 'iam' or 'credentials' |`string`|`"iam"`| no |
| <aname="input_cache_bucket"></a> [cache\_bucket](#input\_cache\_bucket)| Configuration to control the creation of the cache bucket. By default the bucket will be created and used as shared cache. To use the same cache across multiple runners disable the creation of the cache and provide a policy and bucket name. See the public runner example for more details. |`map(any)`| <pre>{<br> "bucket": "",<br> "create": true,<br> "policy": ""<br>}</pre> | no |
Copy file name to clipboardExpand all lines: modules/terminate-agent-hook/README.md
-4
Original file line number
Diff line number
Diff line change
@@ -144,10 +144,6 @@ No modules.
144
144
| <aname="input_enable_xray_tracing"></a> [enable\_xray\_tracing](#input\_enable\_xray\_tracing)| Enables X-Ray for debugging and analysis |`bool`|`false`| no |
145
145
| <aname="input_environment"></a> [environment](#input\_environment)| A name that identifies the environment, used as a name prefix and for tagging. |`string`| n/a | yes |
146
146
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| KMS key id to encrypted the CloudWatch logs. Ensure CloudWatch has access to the provided KMS key. |`string`| n/a | yes |
147
-
| <aname="input_lambda_memory_size"></a> [lambda\_memory\_size](#input\_lambda\_memory\_size)| The memory size in MB to allocate to the Lambda function. |`number`|`128`| no |
148
-
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| Identifier of the function's runtime. This should be a python3.x runtime. See https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Runtime for more information. |`string`|`"python3.8"`| no |
149
-
| <aname="input_lambda_timeout"></a> [lambda\_timeout](#input\_lambda\_timeout)| Amount of time the Lambda Function has to run in seconds. |`number`|`10`| no |
150
-
| <aname="input_lifecycle_heartbeat_timeout"></a> [lifecycle\_heartbeat\_timeout](#input\_lifecycle\_heartbeat\_timeout)| The amount of time, in seconds, for the instances to remain in wait state. |`number`|`90`| no |
151
147
| <aname="input_name"></a> [name](#input\_name)| The name of the Lambda function to create. The 'environment' will be prefixed to this. |`string`| n/a | yes |
152
148
| <aname="input_name_iam_objects"></a> [name\_iam\_objects](#input\_name\_iam\_objects)| The name to use for IAM resources - roles and policies. |`string`|`""`| no |
153
149
| <aname="input_role_permissions_boundary"></a> [role\_permissions\_boundary](#input\_role\_permissions\_boundary)| An optional IAM permissions boundary to use when creating IAM roles. |`string`|`null`| no |
0 commit comments