We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75491c commit 7d54f62Copy full SHA for 7d54f62
tfprotov5/internal/tfplugin5/tfplugin5.proto
@@ -881,6 +881,7 @@ message ListResource {
881
882
// A warning or error diagnostics for this event
883
repeated Diagnostic diagnostic = 4;
884
+ string new_field = 5;
885
}
886
887
tfprotov6/internal/tfplugin6/tfplugin6.proto
@@ -311,6 +311,7 @@ message ClientCapabilities {
311
// The write_only_attributes_allowed capability signals that the client
312
// is able to handle write_only attributes for managed resources.
313
bool write_only_attributes_allowed = 2;
314
+ string new_field = 3;
315
316
317
// Deferred is a message that indicates that change is deferred for a reason.
0 commit comments