Browse the Repo

file-type-icon.circleci
file-type-icon_docs
file-type-iconmigration_guides
file-type-iconnlb_to_0.15.0
file-type-iconafter_migration
file-type-iconmain.tf
file-type-iconoutputs.tf
file-type-iconvars.tf
file-type-iconbefore_migration
file-type-iconREADME.md
file-type-iconexamples
file-type-iconmodules
file-type-icontest
file-type-icon.gitignore
file-type-iconCODEOWNERS
file-type-iconLICENSE.txt
file-type-iconREADME.md

Browse the Repo

file-type-icon.circleci
file-type-icon_docs
file-type-iconmigration_guides
file-type-iconnlb_to_0.15.0
file-type-iconafter_migration
file-type-iconmain.tf
file-type-iconoutputs.tf
file-type-iconvars.tf
file-type-iconbefore_migration
file-type-iconREADME.md
file-type-iconexamples
file-type-iconmodules
file-type-icontest
file-type-icon.gitignore
file-type-iconCODEOWNERS
file-type-iconLICENSE.txt
file-type-iconREADME.md
Elastic Load Balancer (ELB)

Elastic Load Balancer (ELB)

Deploy the Application Load Balancer (ALB) for load balancing HTTP and HTTPS, with support for routing rules and WebSockets.

Code Preview

Preview the Code

mobile file icon

vars.tf

down
  • # ---------------------------------------------------------------------------------------------------------------------
  • # ENVIRONMENT VARIABLES
  • # Define these secrets as environment variables
  • # ---------------------------------------------------------------------------------------------------------------------
  • # AWS_ACCESS_KEY_ID
  • # AWS_SECRET_ACCESS_KEY
  • # ---------------------------------------------------------------------------------------------------------------------
  • # MODULE PARAMETERS
  • # These variables are expected to be passed in by the operator
  • # ---------------------------------------------------------------------------------------------------------------------
  • variable "aws_region" {
  • description = "The AWS region in which all resources will be created"
  • type = string
  • default = "us-east-1"
  • }
  • variable "nlb_name" {
  • description = "The name of the NLB. Do not include the environment name since this module will automatically append it to the value of this variable."
  • type = string
  • default = "nlb-submap-example"
  • }

Questions? Ask away.

We're here to talk about our services, answer any questions, give advice, or just to chat.

Ready to hand off the Gruntwork?