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" },