Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_lb_listener.http_redirect Invalid Attribute Combination #154

Open
mission-ajennings opened this issue Feb 2, 2024 · 0 comments
Open
Labels
bug 🐛 An issue with the system

Comments

@mission-ajennings
Copy link

mission-ajennings commented Feb 2, 2024

Describe the Bug

In AWS provider 5.35.0 released 2/1/24 if you have a target group arn on a listener with type 'redirect' it will give this warning:

│ Warning: Invalid Attribute Combination
│
│   with module.alb.aws_lb_listener.http_redirect[0],
│   on .terraform/modules/alb/main.tf line 183, in resource "aws_lb_listener" "http_redirect":
│  183:     target_group_arn = one(aws_lb_target_group.default[*].arn)
│
│ Attribute "default_action[0].target_group_arn" cannot be specified when "default_action[0].type" is "redirect".
│
│ This will be an error in a future release.

Expected Behavior

No warnings (or future errors) when deploying a redirect listener.

Steps to Reproduce

Upgrade to AWS provider 5.35.0 and attempt to deploy an ALB with a redirect listener.

Screenshots

No response

Environment

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
1 participant