Skip to content

Commit

Permalink
Initial commit. Merge conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon O'Connor committed Mar 10, 2017
2 parents 0af6cdd + a315e7f commit a2fbc68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# tf_aws_alb

A Terraform module containing common configurations for an AWS Application Load
Balancer (ALB) running over HTTP/HTTPS.

## Assumptions

* *You want to associate the ASG with a target group and ALB*
* You've created a Virtual Private Cloud (VPC) + subnets where you intend to put
this ALB and backing instances.
Expand All @@ -26,7 +24,6 @@ documentation](https://aws.amazon.com/elasticloadbalancing/applicationloadbalanc
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).

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

## Outputs
-------
* `alb_id` - `id` of the ALB created.
* `alb_dns_name` - DNS CNAME of the ALB created.
* `alb_zone_id` - Route53 `zone_id` of the newly minted ALB.
Expand Down

0 comments on commit a2fbc68

Please sign in to comment.