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 14 terraform-aws-alb issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Noah Krause ## Description The `aws_lb_listener_certificate` resource expects the var to have fields `https_listener_index` and `certificate_arn`. Type `list(map(string)))` does not support passing in an object that sets these fields...

## Description Changes the package version used in the README.md examples to reflect the current release. ## Motivation and Context The documentation still used version 6.0, and while that will...

## Description Following the principles of terraform that one of them is defining the final state, order of target_groups definition shouldn't change their state because their state is independent of...

breaking change

## Description This change allow multiple condition blocks to be defined in a listener rule ## Motivation and Context Resolves https://github.com/terraform-aws-modules/terraform-aws-alb/issues/347 ## Breaking Changes No ## How Has This Been...

Hello Team, I am trying to create the alb listeners rule with the multiple condition in (my case first condition Path Pattern is /v2/* and second condition HTTP Header myapp-secret...

## Description When target group's target type is set to lambda, the following ``` β”‚ Warning: Invalid Attribute Combination β”‚ β”‚ with module.lb["devops-nebula-lambda-alb-1"].aws_lb_target_group.this["lambda-target-group-0"], β”‚ on .terraform/modules/lb/main.tf line 485, in resource...

Im currently working in a AWS env that is managed by the AWS LZA (Landing Zone Accelerator). Where I have a config rule to enable logging on all Load Balancers...

Hello, I would like a guidance on how to proceed using this ALB module on how to handle changes made by CodeDeploy during a Blue/Green deployment for an ECS Fargate...

question

## Is your request related to a new offering from AWS? No, this is not related to a new offering from AWS ## Is your request related to a problem?...

## Description In v8.6.0 there was no such problems. Upgraded to, v9.9.0 and cannot create OR statements inside conditional in listener rules. - [x] βœ‹ I have searched the open/closed...