You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lb_listener_rulecondition needs to have extensions that allow not just host-header and path-pattern conditions.
It needs to be able to support:
http-header
http-request-method
query-string
source-ip
Each of these new condition types have their struct in the AWS SDK, therefore the schema will need to adapt to allow them - this will more than likely mean a state migration due to condition being schema.TypeSet
The text was updated successfully, but these errors were encountered:
The
lb_listener_rule
condition
needs to have extensions that allow not justhost-header
andpath-pattern
conditions.It needs to be able to support:
Each of these new condition types have their struct in the AWS SDK, therefore the schema will need to adapt to allow them - this will more than likely mean a state migration due to
condition
beingschema.TypeSet
The text was updated successfully, but these errors were encountered: