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 abbe40b + 7ad3105 commit a753919Copy full SHA for a753919
plugins/terraform/terraform.go
@@ -26,6 +26,8 @@ func TerraformCLI() schema.Executable {
26
Optional: true,
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