We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
state list
1 parent d36189b commit 107c7dcCopy full SHA for 107c7dc
plugins/terraform/terraform.go
@@ -27,7 +27,7 @@ func TerraformCLI() schema.Executable {
27
NeedsAuth: needsauth.IfAny(
28
needsauth.ForCommand("refresh"),
29
needsauth.ForCommand("init"),
30
- needsauth.ForCommand("state", "list"),
+ needsauth.ForCommand("state"),
31
needsauth.ForCommand("plan"),
32
needsauth.ForCommand("apply"),
33
needsauth.ForCommand("destroy"),
0 commit comments