terraform-provider-baiducloud
terraform-provider-baiducloud copied to clipboard
bec support vpc networkType
Now we can create bec with vpc network type by the param deployInstances[].networkType
and deployInstances[].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?
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?
Or specify networkType when creating an instance?
My mistake.
I mean resource_vm_instance.go
API and SDK have been verified, and provider will be updated later.