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
Update ALB Service Engine Group and ALB Settings to add supported_feature_set for VCD 10.4 (#878)
* vcd_nsxt_alb_controller resource and data source have license_type attribute optional from 10.4 (v37.0) onwards.
* vcd_nsxt_alb_service_engine_group resource and data source have a new supported_feature_set attribute to be compatible with 10.4 (v37.0) that replaces the mentioned license_type.
* vcd_nsxt_alb_settings resource and data source have a new supported_feature_set attribute to be compatible with 10.4 (v37.0) that replaces the mentioned license_type.
Signed-off-by: abarreiro <abarreiro@vmware.com>
* Make `license_type` attribute on **vcd_nsxt_alb_controller** optional as it is not used from VCD v10.4 onwards [GH-878]
2
+
* Add `supported_feature_set` to **vcd_nsxt_alb_service_engine_group** resource and data source to be compatible with VCD v10.4, which replaces the **vcd_nsxt_alb_controller**`license_type`[GH-878]
3
+
* Add `supported_feature_set` to **vcd_nsxt_alb_settings** resource and data source to be compatible with VCD v10.4, which replaces the **vcd_nsxt_alb_controller**`license_type`[GH-878]
0 commit comments