-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Error: failure configuring LB attributes: ValidationError: Load balancer attribute key 'waf.fail_open.enabled' is not recognized - in v3.67 & v3.68 #22037
Comments
I'm also running into this, specifically in the cn-north-1 region. I'm guessing China does not support this feature yet. |
@mrobinet - thanx for validating that it is not just happening to me. I didn't imagine that this could be a regional issue - but I guess that's always a possibility... For me, my target is us-gov-east-1 & my goal is just a plain-vanilla ALB which does not even require that feature. The error is by default. @anGie44 - do you know if the test coverage for the pull request on this feature spanned multiple regions/zones??? If not, maybe I can try it in other regions in commercial cloud over the weekend... Joe Negron ~ NYC |
Hi @wwwizards @mrobinet thanks for following up on this issue! the tests themselves don't hardcode any regions but on our end they are run in Update: Yep, looks like it's a regional support issue 😞 When running the test in
|
Thank you @anGie44 - I appreciate your time and knowledge. Upon further investigation, I have noticed that the ALB actually does get created. It's just that none of the additional configuration(s) that utilize(s) that ALB or more specifically its ID or ARN seem to get applied.
The ALB and other objects are there - but the relationships between the subsequently created objects seem to be missing. it seems that once the initial object is tainted, all of the other relationships that happen after that are never established. I am not sure if my logic is valid, but I hope the additional info helps... Joe Negron ~ NYC |
Also, the same issue in both us-gov-east-1 and us-gov-west-1
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v1.0.11
on linux_amd64
Affected Resource(s)
aws_alb
Terraform Configuration Files
Expected Behavior
ALB is created
Actual Behavior
Steps to Reproduce
terraform apply
References
service/elbv2/load_balancer: Support WAF fail open #16393
#16393
Workaround
rolling back to aws provider v3.66.0 fixes the issue
Joe Negron ~ NYC
The text was updated successfully, but these errors were encountered: