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_deploy_target_group"></a> [deploy\_target\_group](#input\_deploy\_target\_group)| Feature flag, true or false |`bool`|`true`| no |
144
-
| <aname="input_deregistration_delay"></a> [deregistration\_delay](#input\_deregistration\_delay)| deregistration delay |`string`|`"300"`| no |
145
-
| <aname="input_healthcheck_interval"></a> [healthcheck\_interval](#input\_healthcheck\_interval)| health check interval |`string`|`""`| no |
146
-
| <aname="input_healthcheck_matcher"></a> [healthcheck\_matcher](#input\_healthcheck\_matcher)| healthcheck matcher (e.g. 200) |`string`|`""`| no |
147
-
| <aname="input_healthcheck_path"></a> [healthcheck\_path](#input\_healthcheck\_path)| target group health check path |`string`|`""`| no |
148
-
| <aname="input_healthcheck_timeout"></a> [healthcheck\_timeout](#input\_healthcheck\_timeout)| health check timeout |`string`|`""`| no |
149
-
| <aname="input_healthy_threshold"></a> [healthy\_threshold](#input\_healthy\_threshold)| target group health check threshold |`string`|`""`| no |
150
-
| <aname="input_lb_port"></a> [lb\_port](#input\_lb\_port)| load balancer port |`list(any)`| <pre>[<br> 80<br>]</pre> | no |
151
-
| <aname="input_lb_protocol"></a> [lb\_protocol](#input\_lb\_protocol)| load balancer protocol |`string`|`"HTTP"`| no |
152
-
| <aname="input_prjid"></a> [prjid](#input\_prjid)| Name of the project/stack e.g: mystack, nifieks, demoaci. Should not be changed after running 'tf apply' |`string`| n/a | yes |
153
-
| <aname="input_stickiness"></a> [stickiness](#input\_stickiness)| Target group sticky configuration | <pre>object({<br> cookie_duration = number<br> enabled = bool<br> })</pre> |`null`| no |
154
-
| <aname="input_target_type"></a> [target\_type](#input\_target\_type)| target type |`string`|`"instance"`| no |
155
-
| <aname="input_teamid"></a> [teamid](#input\_teamid)| Name of the team/group e.g. devops, dataengineering. Should not be changed after running 'tf apply' |`string`| n/a | yes |
156
-
| <aname="input_unhealthy_threshold"></a> [unhealthy\_threshold](#input\_unhealthy\_threshold)| target group unhealthy health check threshold |`string`|`""`| no |
143
+
| <aname="input_config"></a> [config](#input\_config)| Target groups configuration |`map(any)`|`{}`| no |
144
+
| <aname="input_extra_tags"></a> [extra\_tags](#input\_extra\_tags)| Additional tags to associate |`map(string)`|`{}`| no |
157
145
158
146
## Outputs
159
147
160
148
| Name | Description |
161
149
|------|-------------|
162
-
| <aname="output_target_group_arn"></a> [target\_group\_arn](#output\_target\_group\_arn)| Target group arn |
150
+
| <aname="output_arn"></a> [arn](#output\_arn)| Target group ARN |
151
+
| <aname="output_config"></a> [config](#output\_config)| Target group configuration |
152
+
| <aname="output_port"></a> [port](#output\_port)| Target group port |
0 commit comments