Skip to content

Commit 2fcc944

Browse files
authored
Merge pull request #582 from moraisph/patch-1
feat(terraform): require authentication for workspace subcommands
2 parents 9a19f93 + 3151e30 commit 2fcc944

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/terraform/terraform.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func TerraformCLI() schema.Executable {
3333
needsauth.ForCommand("destroy"),
3434
needsauth.ForCommand("import"),
3535
needsauth.ForCommand("test"),
36+
needsauth.ForCommand("workspace"),
3637
),
3738
},
3839
},

0 commit comments

Comments
 (0)