From 5fa9b5e0b0709bae6f1e8b9e974fd63276249862 Mon Sep 17 00:00:00 2001 From: Israel Herraiz Date: Sun, 20 Nov 2022 16:36:36 +0100 Subject: [PATCH] Fix example code for topic with schemas --- modules/pubsub/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pubsub/README.md b/modules/pubsub/README.md index 1efe75aa5..46f6d4f22 100644 --- a/modules/pubsub/README.md +++ b/modules/pubsub/README.md @@ -33,7 +33,7 @@ module "topic_with_schema" { definition = jsonencode({ "type" = "record", "name" = "Avro", - "fields" : [{ + "fields" = [{ "name" = "StringField", "type" = "string" },