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_acm_amazon_issued_certificates"></a> [acm\_amazon\_issued\_certificates](#input\_acm\_amazon\_issued\_certificates)| Amazon-issued ACM certificates to create. |`any`|`{}`| no |
43
-
| <aname="input_acm_imported_certificates"></a> [acm\_imported\_certificates](#input\_acm\_imported\_certificates)| Imported ACM certificates to create. |`any`|`{}`| no |
44
43
| <aname="input_capacity_provider_default_auto_scaling_group_arn"></a> [capacity\_provider\_default\_auto\_scaling\_group\_arn](#input\_capacity\_provider\_default\_auto\_scaling\_group\_arn)| ARN for this Auto Scaling Group. |`string`|`null`| no |
45
44
| <aname="input_capacity_providers"></a> [capacity\_providers](#input\_capacity\_providers)| Capacity Providers to associate with the ECS Cluster. |`any`|`{}`| no |
46
45
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| (Required) Name of the cluster. |`string`| n/a | yes |
47
46
| <aname="input_create_acm"></a> [create\_acm](#input\_create\_acm)| Creates the ACM certificates to use with the Load Balancer. |`bool`|`false`| no |
48
47
| <aname="input_create_alb"></a> [create\_alb](#input\_create\_alb)| Creates a new Application Load Balancer to use with the ECS Service. |`bool`|`true`| no |
49
48
| <aname="input_create_capacity_provider"></a> [create\_capacity\_provider](#input\_create\_capacity\_provider)| Creates a new Capacity Provider to use with the Autoscaling Group. |`bool`|`true`| no |
50
49
| <aname="input_default_capacity_providers_strategies"></a> [default\_capacity\_providers\_strategies](#input\_default\_capacity\_providers\_strategies)| (Optional) Set of capacity provider strategies to use by default for the cluster. |`any`|`[]`| no |
51
-
| <aname="input_load_balancer"></a> [load\_balancer](#input\_load\_balancer)| Configuration for the Application Load Balancer. |`any`|`{}`| no |
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The ID of the VPC. |`string`| n/a | yes |
55
54
56
55
## Outputs
@@ -73,5 +72,4 @@ Terraform module to deploy production-ready applications and services on an exis
73
72
| <aname="output_capacity_provider_ids"></a> [capacity\_provider\_ids](#output\_capacity\_provider\_ids)| Identifiers for the ECS Capacity Providers. |
74
73
| <aname="output_ecs_service_arn"></a> [ecs\_service\_arn](#output\_ecs\_service\_arn)| ARN that identifies the service. |
75
74
| <aname="output_ecs_task_definition_arn"></a> [ecs\_task\_definition\_arn](#output\_ecs\_task\_definition\_arn)| Full ARN of the Task Definition. |
76
-
| <aname="output_imported_acm_certificates_arns"></a> [imported\_acm\_certificates\_arns](#output\_imported\_acm\_certificates\_arns)| ARNs of the Imported ACM certificates. |
| <aname="input_imported_certificates"></a> [imported\_certificates](#input\_imported\_certificates)| List of imported certificates to use to create ACM certificates. | <pre>map(object({<br> private_key = string<br> certificate_body = string<br> certificate_chain = optional(string, null)<br> tags = optional(map(string), {})<br> }))</pre> |`{}`| no |
33
31
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Map of tags to assign to the resource. |`map(string)`|`{}`| no |
34
32
35
33
## Outputs
@@ -38,5 +36,4 @@ No modules.
38
36
|------|-------------|
39
37
| <aname="output_amazon_issued_acm_certificates_arns"></a> [amazon\_issued\_acm\_certificates\_arns](#output\_amazon\_issued\_acm\_certificates\_arns)| ARNs of the Amazon issued ACM certificates. |
40
38
| <aname="output_amazon_issued_acm_certificates_validation_records"></a> [amazon\_issued\_acm\_certificates\_validation\_records](#output\_amazon\_issued\_acm\_certificates\_validation\_records)| Validation Records of the Amazon issued ACM certificates. |
41
-
| <aname="output_imported_acm_certificates_arns"></a> [imported\_acm\_certificates\_arns](#output\_imported\_acm\_certificates\_arns)| ARNs of the Imported ACM certificates. |
Copy file name to clipboardExpand all lines: modules/alb/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ No modules.
33
33
| <aname="input_enable_deletion_protection"></a> [enable\_deletion\_protection](#input\_enable\_deletion\_protection)| (Optional) If true, deletion of the load balancer will be disabled via the AWS API. |`bool`|`false`| no |
34
34
| <aname="input_internal"></a> [internal](#input\_internal)| (Optional) If true, the LB will be internal. |`bool`|`false`| no |
| <aname="input_name"></a> [name](#input\_name)| (Optional) Name of the LB. |`string`|`""`| no |
38
38
| <aname="input_preserve_host_header"></a> [preserve\_host\_header](#input\_preserve\_host\_header)| (Optional) Whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. |`bool`|`false`| no |
39
39
| <aname="input_security_groups_ids"></a> [security\_groups\_ids](#input\_security\_groups\_ids)| (Optional) List of security group IDs to assign to the LB. |`list(string)`|`[]`| no |
0 commit comments