From f3c6ba044f4d66239dc29bf3e7ee91f21653497e Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 20 May 2019 13:27:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Google=20pub/sub=20-=20Fil?= =?UTF-8?q?ter=20is=20required=20(#9479)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :pencil: Google pub/sub - Filter is required * There is no default for required keys --- source/_components/google_pubsub.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/google_pubsub.markdown b/source/_components/google_pubsub.markdown index f644e671fe3..52413354f72 100644 --- a/source/_components/google_pubsub.markdown +++ b/source/_components/google_pubsub.markdown @@ -55,9 +55,8 @@ credentials_json: type: string filter: description: Filter domains and entities for Google Cloud Pub/Sub. - required: false + required: true type: map - default: Includes all entities from all domains keys: include_domains: description: List of domains to include (e.g., `light`).