regenerate plugin proto with correct tooling
The proto file is structurally unchanged, though it now requires a go import path option.
This commit is contained in:
parent
b6980c2fad
commit
ccf19fbf5e
|
@ -17,6 +17,7 @@
|
|||
// branch or any other development branch.
|
||||
//
|
||||
syntax = "proto3";
|
||||
option go_package = "github.com/hashicorp/terraform/internal/tfplugin5";
|
||||
|
||||
package tfplugin5;
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
|||
|
||||
cd "$DIR"
|
||||
|
||||
protoc -I ./ tfplugin5.proto --go_out=plugins=grpc:./
|
||||
protoc --go_out=paths=source_relative,plugins=grpc:. ./tfplugin5.proto
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue