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.
2 parents 36e4bf4 + 107c7dc commit 2a7d404Copy full SHA for 2a7d404
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