terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

Better error messages from OpenAPI schema transformations

Open alexsomesan opened this issue 3 years ago • 0 comments

Description

This change improves error messages that may result from the transformation of the user-supplied manifest configuration according to the schema type obtained from OpenAPI.

The purpose is to better highlight user-correctable syntax errors / malformed configurations.

Acceptance tests

  • [ ] Have you added an acceptance test for the functionality being added?
  • [ ] Have you run the acceptance tests on this branch?

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Release Note

Release note for CHANGELOG:

...

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

alexsomesan avatar Jul 14 '22 10:07 alexsomesan