From f045d4334cd591aba9e249bb191c6ca548529e05 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sat, 4 Jul 2020 10:04:53 +0200 Subject: [PATCH] Update README.md --- modules/cloud-function/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloud-function/README.md b/modules/cloud-function/README.md index 86ae486e9..a4e1b3749 100644 --- a/modules/cloud-function/README.md +++ b/modules/cloud-function/README.md @@ -29,7 +29,7 @@ module "cf-http" { } ``` -### Non-HTTP triggers +### PubSub and non-HTTP triggers Other trigger types other than HTTP are configured via the `trigger_config` variable. This example shows a PubSub trigger.