diff --git a/command/cliconfig/cliconfig.go b/command/cliconfig/cliconfig.go index a3e6ea9cf..5925b40b3 100644 --- a/command/cliconfig/cliconfig.go +++ b/command/cliconfig/cliconfig.go @@ -17,7 +17,6 @@ import ( "github.com/hashicorp/hcl" - "github.com/hashicorp/terraform/command" "github.com/hashicorp/terraform/svchost" "github.com/hashicorp/terraform/tfdiags" ) @@ -62,10 +61,6 @@ type ConfigCredentialsHelper struct { // can be overridden by user configurations. var BuiltinConfig Config -// PluginOverrides are paths that override discovered plugins, set from -// the config file. -var PluginOverrides command.PluginOverrides - // ConfigFile returns the default path to the configuration file. // // On Unix-like systems this is the ".terraformrc" file in the home directory.