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
I noticed you mentioned data_source_vm_instances.go, so what you need is to filter the instance list through networkType/vpcId/subnetId, is that right?
Now we can create bec with vpc network type by the param
deployInstances[].networkType
anddeployInstances[].vpcId/subnetId
when using openapi.And it's suppoted in the Go SDK in the
vendor
dir, but not in this provider (service/bec/data_source_vm_instances.go).Will support?
The text was updated successfully, but these errors were encountered: