vmware / terraform-provider-nsxt

Terraform VMware NSX-T provider
https://www.terraform.io/docs/providers/nsxt/
Other
123 stars 80 forks source link

Handle invalid context errors #1224

Closed ksamoray closed 1 month ago

ksamoray commented 1 month ago

When a resource or datasource is defined with an invalid context, e.g with a VPC for a resource with no VPC implementation, the provider crashes as the client creation is not validated.

This PR addresses this issue.

ksamoray commented 1 month ago

/test-all

ksamoray commented 1 month ago

/test-all