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
In resource_nsxt_lb_pool in the schema it is only possible to define a single active_monitor. However in the code line 210 the function that retreives active monitors returns a list of elements. The schema should allow the definition of a list of active monitors.
Reproduction steps
Define resource_nsxt_lb_pool with multiple active_monitor_path
Launch plan, error produced
...
Expected behavior
The nsxt resource lb pool allows the definition of multiple active monitors for a pool, this should be reflected in the definition via terraform.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi @dplookup, nsxt_lb_pool is deprecated, and won't work with coming NSX release. Please use nsxt_policy_lb_pool instead, and this one has the ability to configure multiple monitors. Would that solve your issue?
Describe the bug
In resource_nsxt_lb_pool in the schema it is only possible to define a single active_monitor. However in the code line 210 the function that retreives active monitors returns a list of elements. The schema should allow the definition of a list of active monitors.
Reproduction steps
...
Expected behavior
The nsxt resource lb pool allows the definition of multiple active monitors for a pool, this should be reflected in the definition via terraform.
Additional context
No response
The text was updated successfully, but these errors were encountered: