From 863bfdce068d957afd43e2df490d051129287dea Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 7 Jun 2019 15:11:11 -0400 Subject: [PATCH] set proto version 5.1 With the addition of the private field to ReadResource, we need to bump the proto version to 5.1. --- internal/tfplugin5/tfplugin5.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/tfplugin5/tfplugin5.proto b/internal/tfplugin5/tfplugin5.proto index cf6dda34a..9875d9ba6 100644 --- a/internal/tfplugin5/tfplugin5.proto +++ b/internal/tfplugin5/tfplugin5.proto @@ -1,6 +1,6 @@ -// Terraform Plugin RPC protocol version 5.0 +// Terraform Plugin RPC protocol version 5.1 // -// This file defines version 5.0 of the RPC protocol. To implement a plugin +// This file defines version 5.1 of the RPC protocol. To implement a plugin // against this protocol, copy this definition into your own codebase and // use protoc to generate stubs for your target language. //