From d6d8977bf4cf63d72da00563b5d9d3061909ef1d Mon Sep 17 00:00:00 2001 From: Alberto Rojas Date: Sun, 20 Nov 2022 15:12:34 -0700 Subject: [PATCH] docs: Add CommandResult description --- server/events/command/project_context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/events/command/project_context.go b/server/events/command/project_context.go index 79f2f985b6..f2d3a50b42 100644 --- a/server/events/command/project_context.go +++ b/server/events/command/project_context.go @@ -20,7 +20,7 @@ const ( // be executed for a project. type ProjectContext struct { CommandName Name - // wip + // CommandResult represent the Terraform outputs after the command execution. CommandResult ProjectResult // ApplyCmd is the command that users should run to apply this plan. If // this is an apply then this will be empty.