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
| <aname="input_stickiness_type"></a> [stickiness\_type](#input\_stickiness\_type)| The type of sticky sessions. The only current possible value is `lb_cookie`|`string`|`"lb_cookie"`| no |
301
313
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. |`map(string)`|`{}`| no |
302
314
| <aname="input_target_group_arn"></a> [target\_group\_arn](#input\_target\_group\_arn)| Existing ALB target group ARN. If provided, set `default_target_group_enabled` to `false` to disable creation of the default target group |`string`|`""`| no |
315
+
| <aname="input_target_group_name"></a> [target\_group\_name](#input\_target\_group\_name)| Override the target group name |`string`|`""`| no |
303
316
| <aname="input_target_type"></a> [target\_type](#input\_target\_type)| The type (`instance`, `ip` or `lambda`) of targets that can be registered with the target group |`string`|`"ip"`| no |
304
317
| <aname="input_tenant"></a> [tenant](#input\_tenant)| ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for |`string`|`null`| no |
305
318
| <aname="input_unauthenticated_hosts"></a> [unauthenticated\_hosts](#input\_unauthenticated\_hosts)| Unauthenticated hosts to match in Hosts header |`list(string)`|`[]`| no |
@@ -462,8 +475,8 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
| <aname="input_stickiness_type"></a> [stickiness\_type](#input\_stickiness\_type)| The type of sticky sessions. The only current possible value is `lb_cookie`|`string`|`"lb_cookie"`| no |
98
96
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. |`map(string)`|`{}`| no |
99
97
| <aname="input_target_group_arn"></a> [target\_group\_arn](#input\_target\_group\_arn)| Existing ALB target group ARN. If provided, set `default_target_group_enabled` to `false` to disable creation of the default target group |`string`|`""`| no |
98
+
| <aname="input_target_group_name"></a> [target\_group\_name](#input\_target\_group\_name)| Override the target group name |`string`|`""`| no |
100
99
| <aname="input_target_type"></a> [target\_type](#input\_target\_type)| The type (`instance`, `ip` or `lambda`) of targets that can be registered with the target group |`string`|`"ip"`| no |
101
100
| <aname="input_tenant"></a> [tenant](#input\_tenant)| ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for |`string`|`null`| no |
102
101
| <aname="input_unauthenticated_hosts"></a> [unauthenticated\_hosts](#input\_unauthenticated\_hosts)| Unauthenticated hosts to match in Hosts header |`list(string)`|`[]`| no |
0 commit comments