Fix example code for topic with schemas

This commit is contained in:
Israel Herraiz 2022-11-20 16:36:36 +01:00
parent 2a23df6bd3
commit 5fa9b5e0b0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module "topic_with_schema" {
definition = jsonencode({
"type" = "record",
"name" = "Avro",
"fields" : [{
"fields" = [{
"name" = "StringField",
"type" = "string"
},