diff --git a/changes.proto b/changes.proto index ae16531..6467bee 100644 --- a/changes.proto +++ b/changes.proto @@ -728,8 +728,6 @@ message GetChangeRequest { // following data: // * `rawPlan`: The entire Terraform plan output // * `codeChanges`: The code changes that created this change - // * `plannedChanges.before`: The item before the change - // * `plannedChanges.after`: The item after the change bool slim = 2; }