mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
Merge branch 'master' of github.com:hashicorp/terraform
This commit is contained in:
commit
0fa3c71d09
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue