Skip to content

Commit d508b27

Browse files
authored
Adding init command
1 parent 1f44f6e commit d508b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/terraform/terraform.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func TerraformCLI() schema.Executable {
2626
Optional: true,
2727
NeedsAuth: needsauth.IfAny(
2828
needsauth.ForCommand("refresh"),
29+
needsauth.ForCommand("init"),
2930
needsauth.ForCommand("plan"),
3031
needsauth.ForCommand("apply"),
3132
needsauth.ForCommand("destroy"),

0 commit comments

Comments
 (0)