Open
Description
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
- 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