From aed7d5fffdc0d2ffb4fe4db23544e62f0b098f10 Mon Sep 17 00:00:00 2001 From: Yadnesh Deshpande Date: Fri, 24 Jul 2026 11:48:26 -0700 Subject: [PATCH] fix(tofu): prompt for auth on workspace subcommand Fixes #618 --- plugins/tofu/terraform.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/tofu/terraform.go b/plugins/tofu/terraform.go index 8ed074bb8..72385453e 100644 --- a/plugins/tofu/terraform.go +++ b/plugins/tofu/terraform.go @@ -33,6 +33,7 @@ func TofuCLI() schema.Executable { needsauth.ForCommand("destroy"), needsauth.ForCommand("import"), needsauth.ForCommand("test"), + needsauth.ForCommand("workspace"), ), }, },