Skip to content

Commit

Permalink
Merge pull request #476 from frans-otogone/terraform-plugin-include-a…
Browse files Browse the repository at this point in the history
…ll-state-commands

run terraform plugin for all terraform state commands (not just `stat…
  • Loading branch information
SimonBarendse authored Nov 13, 2024
2 parents 36e4bf4 + 107c7dc commit 2a7d404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/terraform/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TerraformCLI() schema.Executable {
NeedsAuth: needsauth.IfAny(
needsauth.ForCommand("refresh"),
needsauth.ForCommand("init"),
needsauth.ForCommand("state", "list"),
needsauth.ForCommand("state"),
needsauth.ForCommand("plan"),
needsauth.ForCommand("apply"),
needsauth.ForCommand("destroy"),
Expand Down

0 comments on commit 2a7d404

Please sign in to comment.