tf_aws_elb
tf_aws_elb copied to clipboard
[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-elb
tf_aws_elb
This module is deprecated and terraform-aws-modules/terraform-aws-elb module published on the Terraform registry should be used instead.
This repository will not have active support any more.
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.
ELB Catalog
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
Usage
- See individual module README's for Usage examples.
Authors
Created and maintained by Brandon Burton ([email protected]).
License
Apache 2 Licensed. See LICENSE for full details.