This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Proper error reporting and eventing #44
Labels
Comments
3 tasks
We report everything Terraform tells us but it's a JSON object which is a bit hard to read. So, scope of this issue would probably be parsing that JSON and return human-readable error string. Additionally, we can report diff, too. |
Relabeled it as |
In #132 , I pass down the provider config map to |
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What problem are you facing?
I am trying to create a VPC with
provider-tf-aws
but it is not getting ready, when I describe it, I see the following output:However, when I check the controller logs, I can see the actual problem somewhere in a long log message:
Which is indeed:
How could Terrajet help solve your problem?
We need to ensure to return actual errors in the form of events on the managed resource.
Also, similar to other crossplane providers, we should hide (per resource) logs at info level.
The text was updated successfully, but these errors were encountered: