From 8a672b1b130dcbb444bca0651650adf4efafc424 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Fri, 6 Nov 2020 09:36:32 +0100 Subject: [PATCH] Fix typo in pubsub README --- modules/pubsub/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/pubsub/README.md b/modules/pubsub/README.md index 16b92762..e708078e 100644 --- a/modules/pubsub/README.md +++ b/modules/pubsub/README.md @@ -26,7 +26,7 @@ Subscriptions are defined with the `subscriptions` variable, allowing optional c ```hcl module "pubsub" { source = "./modules/pubsub" - project_id = "my-project + project_id = "my-project" name = "my-topic" subscriptions = { test-pull = null @@ -50,7 +50,7 @@ Push subscriptions need extra configuration in the `push_configs` variable. ```hcl module "pubsub" { source = "./modules/pubsub" - project_id = "my-project + project_id = "my-project" name = "my-topic" subscriptions = { test-push = null @@ -70,7 +70,7 @@ module "pubsub" { ```hcl module "pubsub" { source = "./modules/pubsub" - project_id = "my-project + project_id = "my-project" name = "my-topic" subscriptions = { test-1 = null