Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 689 Bytes

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
env Name of the environment resources are deployed to. (ex. my-super-project-dev). string n/a yes
subnets_to_use List of Subnet IDs to use in ALB. list(string) n/a yes
vpc_id VPC ID to use in ALB. string n/a yes

Outputs

Name Description
dns_name DNS name of the load balancer.
security_group_id ID of the SG that ALB uses.
target_group_arns List of TG ARNs from the ALB.