alb_arn

Type string
Module alb
Version 0.1.0

ARN of the Application Load Balancer.

The ARN of the Application Load Balancer.

Example Value

arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/app/api-lb/50dc6c495c0c9188

Usage

module "alb" {
  source  = "registry.patterneddesigns.ca/patterneddesigns/alb/aws"
  version = "0.1.0"
  # ... inputs
}

# Access this output
output "alb_arn" {
  value = module.alb.alb_arn
}