From 6d4060f0aa228ac9ac88f7329fda236b78edeb5b Mon Sep 17 00:00:00 2001 From: Luigi Bitonti Date: Wed, 13 Sep 2023 15:59:04 +0200 Subject: [PATCH] Fixed typo --- 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 d7351ac8..1644e203 100644 --- a/modules/pubsub/README.md +++ b/modules/pubsub/README.md @@ -131,7 +131,7 @@ Cloud Storage subscriptions need extra configuration in the `cloud_storage_subsc ```hcl module "pubsub" { source = "./fabric/modules/pubsub" - pproject_id = "my-project" + project_id = "my-project" name = "my-topic" subscriptions = { test-cloudstorage = null