diff --git a/main.go b/main.go index abd0e18e3..168583107 100644 --- a/main.go +++ b/main.go @@ -101,10 +101,6 @@ func wrappedMain() int { // Make sure we clean up any managed plugins at the end of this defer plugin.CleanupClients() - // Initialize the TFConfig settings for the commands... - ContextOpts.Providers = config.ProviderFactories() - ContextOpts.Provisioners = config.ProvisionerFactories() - // Get the command line args. We shortcut "--version" and "-v" to // just show the version. args := os.Args[1:]