From f4c7f0b7419d2b4d6fed8f1e0c9f47d777b40065 Mon Sep 17 00:00:00 2001 From: Jamie van Dyke Date: Tue, 29 Jul 2025 12:18:45 +0100 Subject: [PATCH] Add the output to commands that need authentication --- plugins/terraform/terraform.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/terraform/terraform.go b/plugins/terraform/terraform.go index 40c613b3..4e36e878 100644 --- a/plugins/terraform/terraform.go +++ b/plugins/terraform/terraform.go @@ -33,6 +33,7 @@ func TerraformCLI() schema.Executable { needsauth.ForCommand("destroy"), needsauth.ForCommand("import"), needsauth.ForCommand("test"), + needsauth.ForCommand("output"), ), }, },