Skip to content

Terraform Module for creating an AWS Application Load Balancer

Notifications You must be signed in to change notification settings

synapsestudios/terraform-aws-alb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Load Balancer

This module creates an AWS Application Load Balancer

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-application-load-balancer.html

ALB Limitations

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html

Requirements

No requirements.

Providers

The following providers are used by this module:

Modules

No modules.

Resources

The following resources are used by this module:

Required Inputs

The following input variables are required:

Description: The name to give the load balancer. The name will have the namespace appended

Type: string

Description: A list of subnet IDs to associate with ALB

Type: list(string)

Description: VPC ID to associate with ALB

Type: string

Optional Inputs

The following input variables are optional (have default values):

Description: A list of additional security group IDs to allow access to ALB

Type: list(string)

Default: []

Description: A mapping of tags to assign to the AWS resources.

Type: map(string)

Default: {}

Outputs

The following outputs are exported:

Description: n/a

About

Terraform Module for creating an AWS Application Load Balancer

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages