alb_zone_id
Zone ID of the ALB for Route53 alias records.
The Zone ID of the ALB for Route53 alias records.
Example Value
Z35SXDOTRQ7X7K
Usage
module "alb" {
source = "registry.patterneddesigns.ca/patterneddesigns/alb/aws"
version = "0.1.0"
# ... inputs
}
# Access this output
output "alb_zone_id" {
value = module.alb.alb_zone_id
}