-
Notifications
You must be signed in to change notification settings - Fork 596
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
Missing Support for ForwardConfig in AWS::ElasticLoadBalancingV2::ListenerRule #1251
Comments
Confirmed. @PatMyron should we patch this in or do you want to check if it will be fixed soon. I'm submitting a pull request with the version 10.1.0 and it is also not in that one. |
Actually don't even see that property documented yet or any mention in the release history aws-cloudformation/cloudformation-coverage-roadmap#285 @MattGirolami did that template successfully deploy? There was some CloudFormation work involving |
@PatMyron - Yes, the example template deploys successfully. I'm actively using ForwardConfig in production to weight traffic between multiple target groups |
|
cfn-lint version: (
cfn-lint 0.26.0
)Description of issue.
Receive a rule failure when using a ForwardConfig in a Listener Rule to configure weighted target group traffic routing. I believe the spec file is missing the ForwardConfig option.
E3002 Invalid Property Resources/ListenerRule1/Properties/Actions/0/ForwardConfig
Please provide as much information as possible:
https://aws.amazon.com/blogs/aws/new-application-load-balancer-simplifies-deployment-with-weighted-target-groups/
cfn-lint
and/or the latest Spec filesExists in version 0.26.0 and after updating specfile with cfn-lint -u
The text was updated successfully, but these errors were encountered: