diff --git a/commands.go b/commands.go index 9ea02c49c..7acc05c4f 100644 --- a/commands.go +++ b/commands.go @@ -180,11 +180,15 @@ func initCommands(config *Config, services *disco.Disco) { }, nil }, - "login": func() (cli.Command, error) { - return &command.LoginCommand{ - Meta: meta, - }, nil - }, + // "terraform login" is disabled until Terraform Cloud is ready to + // support it. + /* + "login": func() (cli.Command, error) { + return &command.LoginCommand{ + Meta: meta, + }, nil + }, + */ "output": func() (cli.Command, error) { return &command.OutputCommand{