From 365fad7c5cf8ddb432c0d8841a55d4deee9a8524 Mon Sep 17 00:00:00 2001 From: vjeffrey Date: Fri, 22 Sep 2023 16:57:37 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20allow=20args=20for=20gcp=20conne?= =?UTF-8?q?ction=20(#1850)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/gcp/config/config.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 1f364b9cce..3a51dbc106 100644 --- a/providers/gcp/config/config.go +++ b/providers/gcp/config/config.go @@ -20,9 +20,10 @@ var Config = plugin.Provider{ }, Connectors: []plugin.Connector{ { - Name: "gcp", - Use: "gcp", - Short: "GCP Cloud", + Name: "gcp", + Use: "gcp", + Short: "GCP Cloud", + MaxArgs: 2, Discovery: []string{ resources.DiscoveryAll, resources.DiscoveryAuto,