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: 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
@@ -61,7 +61,7 @@ module "elb_http" {
61
61
62
62
- Valid SSL certificate has to be specified as `ssl_certificate_id` argument for secure listener. Use [terraform-aws-acm module](https://github.com/terraform-aws-modules/terraform-aws-acm) to create one.
63
63
64
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
64
+
<!--BEGIN_TF_DOCS-->
65
65
## Requirements
66
66
67
67
| Name | Version |
@@ -115,7 +115,7 @@ No resources.
115
115
| <aname="output_elb_name"></a> [elb\_name](#output\_elb\_name)| The name of the ELB |
116
116
| <aname="output_elb_source_security_group_id"></a> [elb\_source\_security\_group\_id](#output\_elb\_source\_security\_group\_id)| The ID of the security group that you can use as part of your inbound rules for your load balancer's back-end application instances |
117
117
| <aname="output_elb_zone_id"></a> [elb\_zone\_id](#output\_elb\_zone\_id)| The canonical hosted zone ID of the ELB (to be used in a Route 53 Alias record) |
Copy file name to clipboardExpand all lines: examples/complete/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
@@ -18,7 +18,7 @@ $ terraform apply
18
18
19
19
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
20
20
21
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
21
+
<!--BEGIN_TF_DOCS-->
22
22
## Requirements
23
23
24
24
| Name | Version |
@@ -61,4 +61,4 @@ No inputs.
61
61
| <aname="output_elb_name"></a> [elb\_name](#output\_elb\_name)| The name of the ELB |
62
62
| <aname="output_elb_source_security_group_id"></a> [elb\_source\_security\_group\_id](#output\_elb\_source\_security\_group\_id)| The ID of the security group that you can use as part of your inbound rules for your load balancer's back-end application instances |
63
63
| <aname="output_elb_zone_id"></a> [elb\_zone\_id](#output\_elb\_zone\_id)| The canonical hosted zone ID of the ELB (to be used in a Route 53 Alias record) |
Copy file name to clipboardExpand all lines: modules/elb/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
@@ -1,6 +1,6 @@
1
1
# aws_elb
2
2
3
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
3
+
<!--BEGIN_TF_DOCS-->
4
4
## Requirements
5
5
6
6
| Name | Version |
@@ -55,4 +55,4 @@ No modules.
55
55
| <aname="output_elb_source_security_group"></a> [elb\_source\_security\_group](#output\_elb\_source\_security\_group)| The name of the security group that you can use as part of your inbound rules for your load balancer's back-end application instances. Use this for Classic or Default VPC only. |
56
56
| <aname="output_elb_source_security_group_id"></a> [elb\_source\_security\_group\_id](#output\_elb\_source\_security\_group\_id)| The ID of the security group that you can use as part of your inbound rules for your load balancer's back-end application instances. Only available on ELBs launched in a VPC. |
57
57
| <aname="output_elb_zone_id"></a> [elb\_zone\_id](#output\_elb\_zone\_id)| The canonical hosted zone ID of the ELB (to be used in a Route 53 Alias record) |
0 commit comments