terraform-aws-alb icon indicating copy to clipboard operation
terraform-aws-alb copied to clipboard

Terraform module to create AWS Application/Network Load Balancer (ALB/NLB) resources πŸ‡ΊπŸ‡¦

Results 16 terraform-aws-alb issues
Sort by recently updated
recently updated
newest added

## 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...

stale

## 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...

question

## 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...

upstream blocker

## 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...

question

## 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...

question