Skip to content

Commit 59284f0

Browse files
authored
Adding further changes mentioned in the GH issue
1 parent d508b27 commit 59284f0

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
@@ -27,6 +27,7 @@ func TerraformCLI() schema.Executable {
2727
NeedsAuth: needsauth.IfAny(
2828
needsauth.ForCommand("refresh"),
2929
needsauth.ForCommand("init"),
30+
needsauth.Forcommand("state list"),
3031
needsauth.ForCommand("plan"),
3132
needsauth.ForCommand("apply"),
3233
needsauth.ForCommand("destroy"),

0 commit comments

Comments
 (0)