From 906b1cef593670497762367e91574179ebbb32f7 Mon Sep 17 00:00:00 2001 From: Kemal Hadimli Date: Tue, 25 Jan 2022 13:47:52 +0000 Subject: [PATCH] fix: Don't connect on cloudquery init --- cmd/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/init.go b/cmd/init.go index e85d00255c3ed6..7b6dea22a2a356 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -72,6 +72,7 @@ func Initialize(ctx context.Context, providers []string) error { return diags } + cfg.CloudQuery.Connection.DSN = "" // Don't connect c, err := console.CreateClientFromConfig(ctx, cfg) if err != nil { return err