terraform-aws-alb
terraform-aws-alb copied to clipboard
Terraform module to create AWS Application/Network Load Balancer (ALB/NLB) resources πΊπ¦
## Is your request related to a new offering from AWS? yes Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait...
## Description Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration (see the `examples/*` directory for references that you can...
Hi, I'm facing issue with the NLB creation using v9.9.0, but the same works with v8.7.0. > My requirement: Need to create NLB with listener with a client certificate and...
## Description We are integrating an Elastic IP (EIP) with our NLB using this module. During our implementation, we encountered an issue where the module does not support using both...
## Is your request related to a problem? Please describe. The `try()` function is used extensively throughout this module to evaluate if a key is set. However I find myself...
## Description Trying to use the ALB and autoscaling modules together. ALB module should not have to create a targe_group_attachment (will configure that logic in autoscaling module's "traffic_source_attachment"), but it...