crossplane-contrib / terraform-provider-gen

Apache License 2.0
13 stars 3 forks source link

Improve error reporting #8

Open kasey opened 3 years ago

kasey commented 3 years ago

All Terraform operations return a structure[1] that is used to inspect errors that occurred processing the requested operation. There can be multiple errors in this collection. We should surface these -- maybe as k8s events -- to help with debugging.

[1] https://github.com/hashicorp/terraform/blob/master/tfdiags/diagnostics.go#L22