RavinderReddyF5 / terraform-provider-bigip-version0.12

Terraform resources that can configure F5 BIGIP products
Mozilla Public License 2.0
0 stars 0 forks source link

want better error message for load_balancing_mode #162

Open RavinderReddyF5 opened 4 years ago

RavinderReddyF5 commented 4 years ago

Issue by jlosito Monday Jul 22, 2019 at 16:58 GMT Originally opened as https://github.com/terraform-providers/terraform-provider-bigip/issues/131


Currently, when providing a bogus value for load_balancing_mode under the pool resource, the error message simply states something like the following:

Error: HTTP 400 :: {"code":400,"message":"invalid property value \"load-balancing-mode\":\"leastconnection\"","errorStack":[],"apiError":26214401}

It would be much nicer if the error message stated that an invalid value for load_balancing_mode was used and provide the list of valid load_balancing_modes, ie. round-round, least-connections-member.

RavinderReddyF5 commented 4 years ago

Comment by focrensh Thursday Jul 09, 2020 at 14:26 GMT


Tracking with TER-58