Skip to content

Commit

Permalink
🔧 added workspace app data to RP
Browse files Browse the repository at this point in the history
  • Loading branch information
yjmrobert committed Sep 29, 2023
1 parent ab99bf1 commit 77a9b43
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public class CreateResourceRunCommand : IRequest<PullRequestUpdateMessage>
{
public List<TerraformTemplate> Templates { get; set; }
public TerraformWorkspace Workspace { get; set; }

public WorkspaceAppData AppData { get; set; }

public string RequestingUserEmail { get; set; }
}
Expand Down

0 comments on commit 77a9b43

Please sign in to comment.