We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a19f93 + 3151e30 commit 2fcc944Copy full SHA for 2fcc944
1 file changed
plugins/terraform/terraform.go
@@ -33,6 +33,7 @@ func TerraformCLI() schema.Executable {
33
needsauth.ForCommand("destroy"),
34
needsauth.ForCommand("import"),
35
needsauth.ForCommand("test"),
36
+ needsauth.ForCommand("workspace"),
37
),
38
},
39
0 commit comments