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 |
152
151
| <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 |
153
152
| <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 |
154
-
| <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 |
155
153
| <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 |
156
154
| <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 |
157
155
| <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 |
| <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 |
171
169
| <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 |
172
170
| <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 |
173
-
| <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 |
174
171
| <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 |
175
172
| <aname="input_alb_security_group"></a> [alb\_security\_group](#input\_alb\_security\_group)| Security group of the ALB |`string`| n/a | yes |
176
173
| <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