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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Terraform module which creates Classic Load Balancer (also called ELB) resources
7
7
```hcl
8
8
module "elb_http" {
9
9
source = "terraform-aws-modules/elb/aws"
10
-
version = "~> 2.0"
11
10
12
11
name = "elb-example"
13
12
@@ -60,15 +59,14 @@ module "elb_http" {
60
59
61
60
## Note about SSL
62
61
63
-
- 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. See [ELB example](https://github.com/terraform-aws-modules/terraform-aws-elb/blob/master/examples/complete/main.tf) for details.
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.
64
63
65
64
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Please note - the examples provided serve two primary means:
4
+
5
+
1. Show users working examples of the various ways in which the module can be configured and features supported
6
+
2. A means of testing/validating module changes
7
+
8
+
Please do not mistake the examples provided as "best practices". It is up to users to consult the AWS service documentation for best practices, usage recommendations, etc.
| <aname="input_number_of_instances"></a> [number\_of\_instances](#input\_number\_of\_instances)| Number of instances to create and attach to ELB |`string`|`1`| no |
0 commit comments