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
resource_schemaregistry_schema
Currently all schema values are normalized via a custom type jsontypes.Normalized before being CRUD via the Schema Registry API (#27)
jsontypes.Normalized
While this conforms to Schema Registry best practices it precludes those who are expecting to capture syntactic differences between schemas.
This issue is to add support for handling both normalized and non-normalized schemas in the provider.
confluentinc/terraform-provider-confluent#196
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What resources or data sources are affected?
resource_schemaregistry_schema
Feature Request
Currently all schema values are normalized via a custom type
jsontypes.Normalized
before being CRUD via the Schema Registry API (#27)While this conforms to Schema Registry best practices it precludes those who are expecting to capture syntactic differences between schemas.
This issue is to add support for handling both normalized and non-normalized schemas in the provider.
References
confluentinc/terraform-provider-confluent#196
The text was updated successfully, but these errors were encountered: