confluentinc / terraform-provider-confluent

Terraform Provider for Confluent
Apache License 2.0
118 stars 61 forks source link

Is it possible to set a topic schema within `confluent_kafka_topic`? #336

Closed joedborg closed 6 months ago

joedborg commented 7 months ago

This is done via

image

in the Confluent Cloud UI, but I can't see anything about it in the docs (https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_kafka_topic).

I have defined a confluent_schema and confluent_schema_registry, both of which show in the CC UI.

linouk23 commented 7 months ago

@joedborg see https://github.com/confluentinc/terraform-provider-confluent/blob/master/examples/configurations/single-event-types-avro-schema/main.tf#L268-L269

Let us know whether it helps!