https://github.com/wearetechnative/terraform-aws-elb
TF AWS Elastic Load Balancer Module
https://github.com/wearetechnative/terraform-aws-elb
Last synced: 3 months ago
JSON representation
TF AWS Elastic Load Balancer Module
- Host: GitHub
- URL: https://github.com/wearetechnative/terraform-aws-elb
- Owner: wearetechnative
- License: apache-2.0
- Created: 2023-11-27T13:09:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:02:17.000Z (over 1 year ago)
- Last Synced: 2025-01-31T12:12:35.455Z (over 1 year ago)
- Language: HCL
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform AWS ELB 
This module implements AWS Elastic Load Balancer
[](https://www.technative.nl)
## 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](https://pre-commit.com/#install) on how to install pre-commit.
...
## Usage
To use this module ...
```hcl
{
some_conf = "might need explanation"
}
```