Skip to content

Commit a2fbc68

Browse files
author
Brandon O'Connor
committed
Initial commit. Merge conflict resolved
2 parents 0af6cdd + a315e7f commit a2fbc68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# tf_aws_alb
2-
32
A Terraform module containing common configurations for an AWS Application Load
43
Balancer (ALB) running over HTTP/HTTPS.
54

65
## Assumptions
7-
86
* *You want to associate the ASG with a target group and ALB*
97
* You've created a Virtual Private Cloud (VPC) + subnets where you intend to put
108
this ALB and backing instances.
@@ -26,7 +24,6 @@ documentation](https://aws.amazon.com/elasticloadbalancing/applicationloadbalanc
2624
For an example of using ALB with ECS look no further than the [hashicorp example](https://github.com/hashicorp/terraform/tree/master/examples/aws-ecs-alb).
2725

2826
## Input Variables
29-
---------------
3027
* `alb_is_internal` - Determines if the ALB is externally facing or internal. (Optional; default: false)
3128
* `alb_name` - Name of the ALB as it appears in the AWS console. (Optional; default: my_alb)
3229
* `alb_protocols` - A comma delimited list of protocols the ALB will accept for incoming connections. Only HTTP and HTTPS are supported. (Optional; default: HTTPS)
@@ -42,7 +39,6 @@ For an example of using ALB with ECS look no further than the [hashicorp example
4239
* `vpc_id` - Resources will be created in the VPC with this `id`. (Required)
4340

4441
## Outputs
45-
-------
4642
* `alb_id` - `id` of the ALB created.
4743
* `alb_dns_name` - DNS CNAME of the ALB created.
4844
* `alb_zone_id` - Route53 `zone_id` of the newly minted ALB.

0 commit comments

Comments
 (0)