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:
James Bardin
2020-12-01 14:06:49 -05:00
parent b6980c2fad
commit ccf19fbf5e
3 changed files with 3868 additions and 2197 deletions

View File

@@ -17,6 +17,7 @@
// branch or any other development branch.
//
syntax = "proto3";
option go_package = "github.com/hashicorp/terraform/internal/tfplugin5";
package tfplugin5;