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 1f44f6e commit d508b27Copy full SHA for d508b27
plugins/terraform/terraform.go
@@ -26,6 +26,7 @@ func TerraformCLI() schema.Executable {
26
Optional: true,
27
NeedsAuth: needsauth.IfAny(
28
needsauth.ForCommand("refresh"),
29
+ needsauth.ForCommand("init"),
30
needsauth.ForCommand("plan"),
31
needsauth.ForCommand("apply"),
32
needsauth.ForCommand("destroy"),
0 commit comments