terraform-providers / terraform-provider-opc

Terraform Oracle Public Cloud provider
https://www.terraform.io/docs/providers/opc/
Mozilla Public License 2.0
29 stars 25 forks source link

Add checks to all resources to ensure required API client is configured #136

Closed scross01 closed 6 years ago

scross01 commented 6 years ago

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.