appoptics / terraform-provider-appoptics

Apache License 2.0
4 stars 2 forks source link

Client errors should appear in stdout #33

Closed trevrosen closed 4 years ago

trevrosen commented 4 years ago

If there's an error emanating from the AO client in running something, it should be available to the user as part of the output in the TF process's stdout. As it stands now, errors only come from the TF layer and can seem cryptic.

solarchad commented 4 years ago

Is this related to https://github.com/appoptics/appoptics-api-go/issues/71 ?

trevrosen commented 4 years ago

I think it could be related, yes. I have this here in case there's more to do on this repo's side. 😄

trevrosen commented 4 years ago

Should be fixed in https://github.com/appoptics/appoptics-api-go/pull/72 -- will close this issue when we bump the client dep version in this repo.

trevrosen commented 4 years ago

Fixed in #34