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
The following variables have been removed from upstream module
`cloudposse/alb-ingress/aws`, and stopped being used since `v0.58.0`
[1]:
* `alb_ingress_unauthenticated_listener_arns_count`
* `alb_ingress_authenticated_listener_arns_count`
[1] 20a8d1c#diff-dc46acf24afd63ef8c556b77c126ccc6e578bc87e3aa09a931f33d9bf2532fbbR24
| <aname="input_alb_container_name"></a> [alb\_container\_name](#input\_alb\_container\_name)| The name of the container to associate with the ALB. If not provided, the generated container will be used |`string`|`null`| no |
160
159
| <aname="input_alb_ingress_authenticated_hosts"></a> [alb\_ingress\_authenticated\_hosts](#input\_alb\_ingress\_authenticated\_hosts)| Authenticated hosts to match in Hosts header |`list(string)`|`[]`| no |
161
160
| <aname="input_alb_ingress_authenticated_listener_arns"></a> [alb\_ingress\_authenticated\_listener\_arns](#input\_alb\_ingress\_authenticated\_listener\_arns)| A list of authenticated ALB listener ARNs to attach ALB listener rules to |`list(string)`|`[]`| no |
162
-
| <aname="input_alb_ingress_authenticated_listener_arns_count"></a> [alb\_ingress\_authenticated\_listener\_arns\_count](#input\_alb\_ingress\_authenticated\_listener\_arns\_count)| The number of authenticated ARNs in `alb_ingress_authenticated_listener_arns`. This is necessary to work around a limitation in Terraform where counts cannot be computed |`number`|`0`| no |
163
161
| <aname="input_alb_ingress_authenticated_paths"></a> [alb\_ingress\_authenticated\_paths](#input\_alb\_ingress\_authenticated\_paths)| Authenticated path pattern to match (a maximum of 1 can be defined) |`list(string)`|`[]`| no |
164
162
| <aname="input_alb_ingress_enable_default_target_group"></a> [alb\_ingress\_enable\_default\_target\_group](#input\_alb\_ingress\_enable\_default\_target\_group)| If true, create a default target group for the ALB ingress |`bool`|`true`| no |
165
163
| <aname="input_alb_ingress_health_check_healthy_threshold"></a> [alb\_ingress\_health\_check\_healthy\_threshold](#input\_alb\_ingress\_health\_check\_healthy\_threshold)| The number of consecutive health checks successes required before healthy |`number`|`2`| no |
@@ -178,7 +176,6 @@ Available targets:
178
176
| <aname="input_alb_ingress_target_type"></a> [alb\_ingress\_target\_type](#input\_alb\_ingress\_target\_type)| Target type for the ALB ingress. One of `ip`, `instance`, `lambda` or `container`. Defaults to `ip`, for bridge networking mode should be `instance`|`string`|`"ip"`| no |
179
177
| <aname="input_alb_ingress_unauthenticated_hosts"></a> [alb\_ingress\_unauthenticated\_hosts](#input\_alb\_ingress\_unauthenticated\_hosts)| Unauthenticated hosts to match in Hosts header |`list(string)`|`[]`| no |
180
178
| <aname="input_alb_ingress_unauthenticated_listener_arns"></a> [alb\_ingress\_unauthenticated\_listener\_arns](#input\_alb\_ingress\_unauthenticated\_listener\_arns)| A list of unauthenticated ALB listener ARNs to attach ALB listener rules to |`list(string)`|`[]`| no |
181
-
| <aname="input_alb_ingress_unauthenticated_listener_arns_count"></a> [alb\_ingress\_unauthenticated\_listener\_arns\_count](#input\_alb\_ingress\_unauthenticated\_listener\_arns\_count)| The number of unauthenticated ARNs in `alb_ingress_unauthenticated_listener_arns`. This is necessary to work around a limitation in Terraform where counts cannot be computed |`number`|`0`| no |
182
179
| <aname="input_alb_ingress_unauthenticated_paths"></a> [alb\_ingress\_unauthenticated\_paths](#input\_alb\_ingress\_unauthenticated\_paths)| Unauthenticated path pattern to match (a maximum of 1 can be defined) |`list(string)`|`[]`| no |
183
180
| <aname="input_alb_security_group"></a> [alb\_security\_group](#input\_alb\_security\_group)| Security group of the ALB |`string`| n/a | yes |
184
181
| <aname="input_alb_stickiness_cookie_duration"></a> [alb\_stickiness\_cookie\_duration](#input\_alb\_stickiness\_cookie\_duration)| The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds) |`number`|`86400`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@
42
42
| <aname="input_alb_container_name"></a> [alb\_container\_name](#input\_alb\_container\_name)| The name of the container to associate with the ALB. If not provided, the generated container will be used |`string`|`null`| no |
43
43
| <aname="input_alb_ingress_authenticated_hosts"></a> [alb\_ingress\_authenticated\_hosts](#input\_alb\_ingress\_authenticated\_hosts)| Authenticated hosts to match in Hosts header |`list(string)`|`[]`| no |
44
44
| <aname="input_alb_ingress_authenticated_listener_arns"></a> [alb\_ingress\_authenticated\_listener\_arns](#input\_alb\_ingress\_authenticated\_listener\_arns)| A list of authenticated ALB listener ARNs to attach ALB listener rules to |`list(string)`|`[]`| no |
45
-
| <aname="input_alb_ingress_authenticated_listener_arns_count"></a> [alb\_ingress\_authenticated\_listener\_arns\_count](#input\_alb\_ingress\_authenticated\_listener\_arns\_count)| The number of authenticated ARNs in `alb_ingress_authenticated_listener_arns`. This is necessary to work around a limitation in Terraform where counts cannot be computed |`number`|`0`| no |
46
45
| <aname="input_alb_ingress_authenticated_paths"></a> [alb\_ingress\_authenticated\_paths](#input\_alb\_ingress\_authenticated\_paths)| Authenticated path pattern to match (a maximum of 1 can be defined) |`list(string)`|`[]`| no |
47
46
| <aname="input_alb_ingress_enable_default_target_group"></a> [alb\_ingress\_enable\_default\_target\_group](#input\_alb\_ingress\_enable\_default\_target\_group)| If true, create a default target group for the ALB ingress |`bool`|`true`| no |
48
47
| <aname="input_alb_ingress_health_check_healthy_threshold"></a> [alb\_ingress\_health\_check\_healthy\_threshold](#input\_alb\_ingress\_health\_check\_healthy\_threshold)| The number of consecutive health checks successes required before healthy |`number`|`2`| no |
@@ -61,7 +60,6 @@
61
60
| <aname="input_alb_ingress_target_type"></a> [alb\_ingress\_target\_type](#input\_alb\_ingress\_target\_type)| Target type for the ALB ingress. One of `ip`, `instance`, `lambda` or `container`. Defaults to `ip`, for bridge networking mode should be `instance`|`string`|`"ip"`| no |
62
61
| <aname="input_alb_ingress_unauthenticated_hosts"></a> [alb\_ingress\_unauthenticated\_hosts](#input\_alb\_ingress\_unauthenticated\_hosts)| Unauthenticated hosts to match in Hosts header |`list(string)`|`[]`| no |
63
62
| <aname="input_alb_ingress_unauthenticated_listener_arns"></a> [alb\_ingress\_unauthenticated\_listener\_arns](#input\_alb\_ingress\_unauthenticated\_listener\_arns)| A list of unauthenticated ALB listener ARNs to attach ALB listener rules to |`list(string)`|`[]`| no |
64
-
| <aname="input_alb_ingress_unauthenticated_listener_arns_count"></a> [alb\_ingress\_unauthenticated\_listener\_arns\_count](#input\_alb\_ingress\_unauthenticated\_listener\_arns\_count)| The number of unauthenticated ARNs in `alb_ingress_unauthenticated_listener_arns`. This is necessary to work around a limitation in Terraform where counts cannot be computed |`number`|`0`| no |
65
63
| <aname="input_alb_ingress_unauthenticated_paths"></a> [alb\_ingress\_unauthenticated\_paths](#input\_alb\_ingress\_unauthenticated\_paths)| Unauthenticated path pattern to match (a maximum of 1 can be defined) |`list(string)`|`[]`| no |
66
64
| <aname="input_alb_security_group"></a> [alb\_security\_group](#input\_alb\_security\_group)| Security group of the ALB |`string`| n/a | yes |
67
65
| <aname="input_alb_stickiness_cookie_duration"></a> [alb\_stickiness\_cookie\_duration](#input\_alb\_stickiness\_cookie\_duration)| The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds) |`number`|`86400`| no |
description="The number of unauthenticated ARNs in `alb_ingress_unauthenticated_listener_arns`. This is necessary to work around a limitation in Terraform where counts cannot be computed"
description="The number of authenticated ARNs in `alb_ingress_authenticated_listener_arns`. This is necessary to work around a limitation in Terraform where counts cannot be computed"
953
-
default=0
954
-
}
955
-
956
944
variable"authentication_type" {
957
945
type=string
958
946
description="Authentication type. Supported values are `COGNITO` and `OIDC`"
0 commit comments