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 61135fa commit 9417d1dCopy full SHA for 9417d1d
plugins/terraform/terraform.go
@@ -33,6 +33,7 @@ func TerraformCLI() schema.Executable {
33
needsauth.ForCommand("destroy"),
34
needsauth.ForCommand("import"),
35
needsauth.ForCommand("test"),
36
+ needsauth.ForCommand("output"),
37
),
38
},
39
0 commit comments