/terraform-aws-elb

TF AWS Elastic Load Balancer Module

Primary LanguageHCLApache License 2.0Apache-2.0

Terraform AWS ELB

This module implements AWS Elastic Load Balancer

Standard ALB using best practices:

  • No port 80 forwarding
  • Only port 443
  • Support for SSL certificates using ACM

How does it work

First use after you clone this repository or when .pre-commit-config.yaml is updated

Run pre-commit install to install any guardrails implemented using pre-commit.

See pre-commit installation on how to install pre-commit.

...

Usage

To use this module ...

{
  some_conf = "might need explanation"
}