Merge pull request #12354 from hashicorp/f-bump-plugin

plugin: bump protocol version
This commit is contained in:
Mitchell Hashimoto 2017-03-01 23:06:40 -08:00 committed by GitHub
commit a519f89968
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: 3,
ProtocolVersion: 4,
// The magic cookie values should NEVER be changed.
MagicCookieKey: "TF_PLUGIN_MAGIC_COOKIE",