This PR adds values vcd_nsxt_alb_edgegateway_service_engine_group and vcd_nsxt_alb_service_engine_group to the resource_type.
Tests
Test TestAccVcdDatasourceResourceList passed on 10.6.0 with the newest changes.
To test manually, add a AVI Controller, then a Cloud, then create a Service Engine Group. Then assign this Service Engine Group to an Edge gateway. The data source should then list the SEGs.
Examples:
data "vcd_resource_list" "rs" {
name = "foo"
resource_type = "vcd_nsxt_alb_service_engine_group"
list_mode = "import"
}
data "vcd_resource_list" "rs2" {
name = "foo"
resource_type = "vcd_nsxt_alb_edgegateway_service_engine_group"
parent = "nsxt-gw"
list_mode = "import"
}
Then you can import the resources with the proposed import outputs, example:
Description
Closes #1145
This PR adds values
vcd_nsxt_alb_edgegateway_service_engine_group
andvcd_nsxt_alb_service_engine_group
to theresource_type
.Tests
Test
TestAccVcdDatasourceResourceList
passed on 10.6.0 with the newest changes.To test manually, add a AVI Controller, then a Cloud, then create a Service Engine Group. Then assign this Service Engine Group to an Edge gateway. The data source should then list the SEGs.
Examples:
Then you can import the resources with the proposed import outputs, example: