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
Copy file name to clipboardExpand all lines: modules/alb-lambda-target-group/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This module creates following resources.
6
6
-`aws_lb_target_group_attachment` (optional)
7
7
-`aws_lambda_permission` (optional)
8
8
9
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
9
+
<!--BEGIN_TF_DOCS-->
10
10
## Requirements
11
11
12
12
| Name | Version |
@@ -61,4 +61,4 @@ This module creates following resources.
61
61
| <aname="output_name"></a> [name](#output\_name)| The name of the target group. |
62
62
| <aname="output_targets"></a> [targets](#output\_targets)| A list of targets in the target group. The Lambda target group is limited to a single Lambda function target. |
63
63
| <aname="output_type"></a> [type](#output\_type)| The target type of the target group. |
Copy file name to clipboardExpand all lines: modules/alb-listener/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This module creates following resources.
6
6
-`aws_lb_listener_certificate` (optional)
7
7
-`aws_lb_listener_rule` (optional)
8
8
9
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
9
+
<!--BEGIN_TF_DOCS-->
10
10
## Requirements
11
11
12
12
| Name | Version |
@@ -63,4 +63,4 @@ This module creates following resources.
63
63
| <aname="output_protocol"></a> [protocol](#output\_protocol)| The protocol for connections of the listener. |
64
64
| <aname="output_rules"></a> [rules](#output\_rules)| The rules of the listener determine how the load balancer routes requests to the targets in one or more target groups. |
65
65
| <aname="output_tls"></a> [tls](#output\_tls)| TLS configurations of the listener. |
Copy file name to clipboardExpand all lines: modules/alb/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This module creates following resources.
7
7
-`aws_lb_listener_certificate` (optional)
8
8
-`aws_lb_listener_rule` (optional)
9
9
10
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
10
+
<!--BEGIN_TF_DOCS-->
11
11
## Requirements
12
12
13
13
| Name | Version |
@@ -89,4 +89,4 @@ This module creates following resources.
89
89
| <aname="output_type"></a> [type](#output\_type)| The type of the load balancer. Always return `APPLICATION`. |
90
90
| <aname="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id)| The VPC ID of the load balancer. |
91
91
| <aname="output_zone_id"></a> [zone\_id](#output\_zone\_id)| The canonical hosted zone ID of the load balancer to be used in a Route 53 Alias record. |
0 commit comments