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
This PR removes all variables which are marked as deprecated.
- `arn_format`
- `subnet_id_runners`
- `subnet_ids_gitlab_runner`
- `asg_terminate_lifecycle_hook_create`
- `asg_terminate_lifecycle_hook_heartbeat_timeout`
- `asg_terminate_lifecycle_lambda_memory_size`
- `asg_terminate_lifecycle_lambda_runtime`
- `asg_terminate_lifecycle_lambda_timeout`
Yes. Remove the variables from your configuration. This is done
automatically by the migration script.
None.
---------
Co-authored-by: Tyrone Meijn <[email protected]>
Copy file name to clipboardExpand all lines: variables.tf
-64
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@ variable "aws_region" {
3
3
type=string
4
4
}
5
5
6
-
variable"arn_format" {
7
-
type=string
8
-
default=null
9
-
description="Deprecated! Calculated automatically by the module. ARN format to be used. May be changed to support deployment in GovCloud/China regions."
10
-
}
11
-
12
6
variable"auth_type_cache_sr" {
13
7
description="A string that declares the AuthenticationType for [runners.cache.s3]. Can either be 'iam' or 'credentials'"
description="(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."
0 commit comments