arkiaconsulting / terraform-provider-confluent-schema-registry

A terraform provider for managing schemas in a Confluent schema registry
MIT License
14 stars 15 forks source link

checking if schema has been actually registered as latest version #20

Open belint01 opened 2 years ago

belint01 commented 2 years ago

Schema registry doesn't register given schema for subject if the schema has already been register for the subject in any of historical versions. In this resource schemaregistry_schema doesn't register the schema for subject but reports that apply has been successful. Would be great to implemented checking if registered schema is in the latest version for given subject and report an error if not.