Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

remedyproduct/tf-module-alb

Repository files navigation

Usage

Application Load Balancer - Terraform Module

Requirements

Name Version
aws ~> 3.46.0

Providers

Name Version
aws ~> 3.46.0

Modules

No Modules.

Resources

Name
aws_lb
aws_lb_listener
aws_security_group
aws_security_group_rule

Inputs

Name Description Type Default Required
acm_certificate_arn Certificate ARN for HTTPS string null no
environment Environment (development, qa, live, etc.) string "development" no
https_only Define force HTTP to HTTPS redirect bool true no
name Load Balancer Name string n/a yes
public Define Load Balancer external (Internet) access string true no
subnet_ids List of Subnets Load Balancer should be attached to list(string) n/a yes
vpc_id VPC ID Load Balancer should be attached to string n/a yes

Outputs

Name Description
alb_security_group n/a
aws_lb_arn n/a
dns_name n/a
http_listener n/a
https_listener n/a
zone_id n/a

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages