This PR addresses issues #122, #116, and #134 for the Terraform crash if the endpoint is not declared in the provider configuration. All resource now check that the required resource SDK client (compute or storage) has been configured/initialized before attempting the call the SDK.
This PR addresses issues #122, #116, and #134 for the Terraform crash if the
endpoint
is not declared in the provider configuration. All resource now check that the required resource SDK client (compute or storage) has been configured/initialized before attempting the call the SDK.