This module is deprecated and terraform-aws-modules/terraform-aws-elb module published on the Terraform registry should be used instead.
A Terraform module which contains a number of common configurations for AWS ELBs.
- It assumes you're putting your backend instances for the ELBs in a VPC.
This module contains the following ELB templates for you to use as modules in service Terraform templates.
- elb_https - This template will create an ELB setup to serve HTTPS traffic.
- Defaults to external but can be made internal by setting the
elb_in_internal
variable totrue
- We recommend you use this with the sg_https_only security group module
- Defaults to external but can be made internal by setting the
- elb_http - This template will create an ELB setup to serve HTTP (TCP 80) traffic.
- Defaults to external but can be made internal by setting the
elb_in_internal
variable totrue
- Defaults to external but can be made internal by setting the
- See individual module README's for Usage examples.
Created and maintained by Brandon Burton ([email protected]).
Apache 2 Licensed. See LICENSE for full details.