confluentinc / terraform-provider-confluent

Terraform Provider for Confluent
Apache License 2.0
27 stars 63 forks source link

Want to set description field on topics and Protobuf schemas with TF #317

Open HSA72 opened 12 months ago

HSA72 commented 12 months ago

We are using Confluent Terraform Provider and Protobuf when we apply our schemas to the Schema Registry. How do we update the Description field and the Schema doc field with Terraform?

We are paying for the Stream Governance package.

On the topic:

Screenshot 2023-10-06 at 16 26 26

and on the schema:

Screenshot 2023-10-06 at 16 27 52

We have the following feature requests in place for Protobuf support for the Data contracts and support for adding a "description" field while registering schemas:

FF-11356: Protobuf Support for Data Contracts FF-11647: Schema Registry API support for adding "Description" field to schemas

linouk23 commented 12 months ago

@HSA72 thanks for asking!

Did you get a chance to look at confluent_business_metadata resource and related stream-catalog example?

HSA72 commented 11 months ago

@linouk23 Yes. As far as see it is not possible to set descriptions for those two with TF. This is not related to business_metadata. I can add text through the ccloud ui, but not via TF.

HSA72 commented 10 months ago

@linouk23 Having the Description field set is important also in the new Data portal:

Screenshot 2023-11-20 at 08 36 50