plugin: bump the protocol version due to Provisioner change
This commit is contained in:
parent
2e894c4ef7
commit
96884ec42d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue