alb_dns_name

Type string
Module alb
Version 0.1.0

DNS name of the ALB. Use this for Route53 alias records.

The DNS name of the Application Load Balancer. Use this for Route53 alias records.

Example Value

api-lb-123456789.us-east-1.elb.amazonaws.com

Usage

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

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