We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom
As Credentials type custom have no schema, the generated one from Swagger cannot be used as it does not load the actual value set.
Potentially related to hashicorp/terraform-plugin-framework#147
A potential fix would be to overwrite the schema to set a string and on the code convert the JSON string to the value we want
string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As Credentials type
custom
have no schema, the generated one from Swagger cannot be used as it does not load the actual value set.Potentially related to hashicorp/terraform-plugin-framework#147
A potential fix would be to overwrite the schema to set a
string
and on the code convert the JSON string to the value we wantThe text was updated successfully, but these errors were encountered: