Skip to content

jhtoigo/terraform-aws-load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-load-balancer

This module creates a simple application load balancer exposed to the internet. Use with caution, as it will be publicly accessible.

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_lb.main resource
aws_lb_listener.main resource
aws_security_group.lb resource
aws_security_group_rule.ingress_443 resource
aws_security_group_rule.ingress_80 resource
aws_ssm_parameter.lb_arn resource
aws_ssm_parameter.lb_listener resource

Inputs

Name Description Type Default Required
lb_name Load balancer name string n/a yes
load_balancer_internal Load Balancer internal or not bool false no
load_balancer_public_subnets VPC public sutnets for ALB list(string) n/a yes
load_balancer_type Load Balancer type string "application" no
region AWS Region string n/a yes
tags Project TAGs map(string) n/a yes
vpc_id ID of VPC string n/a yes

Outputs

Name Description
load_balancer_dns DNS Name of Load balancer
ssm_load_balancer_arn SSM parameter load balancer arn
ssm_load_balancer_default_listner SSM Parameter load balancer default listner

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages