Skip to content

Commit

Permalink
🐛 allow args for gcp connection (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey authored Sep 22, 2023
1 parent 64433b8 commit 365fad7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions providers/gcp/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 365fad7

Please sign in to comment.