set proto version 5.1
With the addition of the private field to ReadResource, we need to bump the proto version to 5.1.
This commit is contained in:
parent
e71e3d85a9
commit
863bfdce06
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue