From the documentation: ``` `lag_mode` (String) LAG mode of the logical aggregate interface. Must be one of: ``, `lacp_active`, `lacp_passive`, `static_lag`. ``` Empty string here is nasty. Maybe transform it to `none` via rosetta?
From the documentation:
Empty string here is nasty. Maybe transform it to
nonevia rosetta?