From 94b87e056b086e10606b0402f547fa61cf75c037 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 23 Apr 2020 10:49:19 -0700 Subject: [PATCH] fixup main.go comment about providersource --- main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.go b/main.go index 09da719c40..c11432c3f7 100644 --- a/main.go +++ b/main.go @@ -165,10 +165,6 @@ func wrappedMain() int { services := disco.NewWithCredentialsSource(credsSrc) services.SetUserAgent(httpclient.TerraformUserAgent(version.String())) - // For the moment, we just always use the registry source to install - // direct from a registry. In future there should be a mechanism to - // configure providers sources from the CLI config, which will then - // change how we construct this object. providerSrc, diags := providerSource(config.ProviderInstallation, services) if len(diags) > 0 { Ui.Error("There are some problems with the provider_installation configuration:")