Skip to content

Commit 107c7dc

Browse files
Frans Guelinckxfrans-otogone
authored andcommitted
run terraform plugin for all terraform state commands (not just state list)
1 parent d36189b commit 107c7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/terraform/terraform.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TerraformCLI() schema.Executable {
2727
NeedsAuth: needsauth.IfAny(
2828
needsauth.ForCommand("refresh"),
2929
needsauth.ForCommand("init"),
30-
needsauth.ForCommand("state", "list"),
30+
needsauth.ForCommand("state"),
3131
needsauth.ForCommand("plan"),
3232
needsauth.ForCommand("apply"),
3333
needsauth.ForCommand("destroy"),

0 commit comments

Comments
 (0)