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 |
131
157
132
158
## Outputs
133
159
134
-
No outputs.
160
+
| Name | Description |
161
+
|------|-------------|
162
+
| <aname="output_target_group_arn"></a> [target\_group\_arn](#output\_target\_group\_arn)| Target group arn |
0 commit comments