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_enable_deletion_protection"></a> [enable\_deletion\_protection](#input\_enable\_deletion\_protection)| If true, deletion of the load balancer will be disabled via the AWS API. This will prevent Terraform from deleting the load balancer |`bool`|`false`| no |
33
33
| <aname="input_internal"></a> [internal](#input\_internal)| Either the ALB is internal or internet-facing |`bool`|`false`| no |
| <aname="input_name"></a> [name](#input\_name)| Name of the ALB |`string`|`""`| no |
36
36
| <aname="input_preserve_host_header"></a> [preserve\_host\_header](#input\_preserve\_host\_header)| Whether the ALB should preserve the Host Header in HTTP requests and send it to the target without any changes |`bool`|`false`| no |
37
37
| <aname="input_security_groups_ids"></a> [security\_groups\_ids](#input\_security\_groups\_ids)| Identifiers of Security Groups for the ALB |`list(string)`|`[]`| no |
38
38
| <aname="input_subnets_ids"></a> [subnets\_ids](#input\_subnets\_ids)| Identifiers of the VPC Subnets where the ALB will be active |`list(string)`| n/a | yes |
39
39
| <aname="input_tags"></a> [tags](#input\_tags)| Resource Tags for the ALB |`map(any)`|`{}`| no |
40
-
| <aname="input_target_groups"></a> [target\_groups](#input\_target\_groups)| Target Groups to create and forward ALB ingress to | <pre>map(object({<br> name = optional(string)<br> vpc_id = optional(string)<br> port = optional(number)<br> protocol = optional(string)<br> target_type = optional(string)<br> health_check = optional(any, {})<br> tags = optional(map(any), {})<br> }))</pre> |`{}`| no |
40
+
| <aname="input_target_groups"></a> [target\_groups](#input\_target\_groups)| Target Groups to create and forward ALB ingress to | <pre>map(object({<br> name = optional(string)<br> vpc_id = optional(string)<br> port = optional(number)<br> protocol = optional(string)<br> target_type = optional(string)<br> health_check = optional(any, null)<br> tags = optional(map(any), {})<br> }))</pre> |`{}`| no |
0 commit comments