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.
1 parent d508b27 commit 59284f0Copy full SHA for 59284f0
plugins/terraform/terraform.go
@@ -27,6 +27,7 @@ func TerraformCLI() schema.Executable {
27
NeedsAuth: needsauth.IfAny(
28
needsauth.ForCommand("refresh"),
29
needsauth.ForCommand("init"),
30
+ needsauth.Forcommand("state list"),
31
needsauth.ForCommand("plan"),
32
needsauth.ForCommand("apply"),
33
needsauth.ForCommand("destroy"),
0 commit comments