/terraform-aws-alb-single-listener

A terraform module which provisions a DNS record that points to an Application LB with a single listener

Primary LanguageHCLApache License 2.0Apache-2.0

terraform-aws-alb-single-listener

A terraform module which provisions an Application LB with a single listener. Listener rules can be added along with a list of target group arns and a listener-target_group mapping.

Conventions

  • the listener use port 443 and HTTPS protocol
  • taggable resources will have Name, Service, Environment, ProductDomain, and Description tags; their value can be overriden
  • specify 0 in listener_target_group_idx to select the default target group

License

See LICENSE for full details.