Skip to content

Commit 7d54f62

Browse files
committed
example failure
1 parent a75491c commit 7d54f62

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tfprotov5/internal/tfplugin5/tfplugin5.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ message ListResource {
881881

882882
// A warning or error diagnostics for this event
883883
repeated Diagnostic diagnostic = 4;
884+
string new_field = 5;
884885
}
885886
}
886887

tfprotov6/internal/tfplugin6/tfplugin6.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ message ClientCapabilities {
311311
// The write_only_attributes_allowed capability signals that the client
312312
// is able to handle write_only attributes for managed resources.
313313
bool write_only_attributes_allowed = 2;
314+
string new_field = 3;
314315
}
315316

316317
// Deferred is a message that indicates that change is deferred for a reason.

0 commit comments

Comments
 (0)