AWS Application and Network Load Balancer (ALB & NLB) Terraform module
Upstream version 10.5.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/alb/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| arn | — | The ID and ARN of the load balancer we created | — |
| arn_suffix | — | ARN suffix of our load balancer - can be used with CloudWatch | — |
| dns_name | — | The DNS name of the load balancer | — |
| id | — | The ID and ARN of the load balancer we created | — |
| listener_rules | — | Map of listeners rules created and their attributes | — |
| listeners | — | Map of listeners created and their attributes | — |
| route53_records | — | The Route53 records created and attached to the load balancer | — |
| security_group_arn | — | Amazon Resource Name (ARN) of the security group | — |
| security_group_id | — | ID of the security group | — |
| target_groups | — | Map of target groups created and their attributes | — |
| zone_id | — | The zone_id of the load balancer to assist with creating DNS records | — |