Skip to content

Commit

Permalink
Fix example code for topic with schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
iht committed Nov 20, 2022
1 parent 2a23df6 commit 5fa9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "topic_with_schema" {
definition = jsonencode({
"type" = "record",
"name" = "Avro",
"fields" : [{
"fields" = [{
"name" = "StringField",
"type" = "string"
},
Expand Down

0 comments on commit 5fa9b5e

Please sign in to comment.