From 96884ec42d5ccccda6529604eaa7f941728555c9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 22 Dec 2016 11:38:43 -0800 Subject: [PATCH] plugin: bump the protocol version due to Provisioner change --- plugin/serve.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/serve.go b/plugin/serve.go index 932728c97..9e5afbe21 100644 --- a/plugin/serve.go +++ b/plugin/serve.go @@ -19,7 +19,7 @@ var Handshake = plugin.HandshakeConfig{ // one or the other that makes it so that they can't safely communicate. // This could be adding a new interface value, it could be how // helper/schema computes diffs, etc. - ProtocolVersion: 2, + ProtocolVersion: 3, // The magic cookie values should NEVER be changed. MagicCookieKey: "TF_PLUGIN_MAGIC_COOKIE",