generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Is there an existing issue for this?
- I have searched the existing issues
What version of the Terraform provider are you using?
0.2.0-beta-1
What version of the Terraform CLI are you using?
1.11.2
What type of issue are you facing
bug report
Describe the bug
The schema resource throws the following error:

This appears to be due to the payload passed. The error occurs when the boolean parameters are not defined.
As seen below, all the parameters passed are non-boolean. The error is thrown as expected.

Now the payload is modified such that the boolean parameters are defined, as a result of which the request goes through.

This is the behavior when any of the boolean parameters are undefined.
Expected Behavior
The error propagated must be more specific and relevant to the incomplete configuration.
Additional context
Refer to the API defined here
Currently the provider must handle this by configuring these schema parameters as Required attributes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file