I am making use us confluent_schema resource to create the schemas subjects. The schema_b makes reference to schema_a . When i made a change in schema_a, the schema_b object is not updated with the new version of schema_a. I have to run the pipeline again in order to terraform update the schema_b to use the latest version o schema_a
Confluent provider version: 1.43
I am making use us confluent_schema resource to create the schemas subjects. The schema_b makes reference to schema_a . When i made a change in schema_a, the schema_b object is not updated with the new version of schema_a. I have to run the pipeline again in order to terraform update the schema_b to use the latest version o schema_a
Terraform code
I expect that using the the references will cause schema_b to be updated together with a