Skip to content

Commit a753919

Browse files
authored
Merge pull request #380 from JustMaris/patch-1
Adding init command
2 parents abbe40b + 7ad3105 commit a753919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/terraform/terraform.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ func TerraformCLI() schema.Executable {
2626
Optional: true,
2727
NeedsAuth: needsauth.IfAny(
2828
needsauth.ForCommand("refresh"),
29+
needsauth.ForCommand("init"),
30+
needsauth.ForCommand("state", "list"),
2931
needsauth.ForCommand("plan"),
3032
needsauth.ForCommand("apply"),
3133
needsauth.ForCommand("destroy"),

0 commit comments

Comments
 (0)