Skip to content

Commit 9417d1d

Browse files
committed
Add the output to commands that need authentication
1 parent 61135fa commit 9417d1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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("output"),
3637
),
3738
},
3839
},

0 commit comments

Comments
 (0)