plugin: bump the protocol version due to Provisioner change

This commit is contained in:
Mitchell Hashimoto 2016-12-22 11:38:43 -08:00
parent 2e894c4ef7
commit 96884ec42d
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -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",