Closed tombuildsstuff closed 7 years ago
@tombuildsstuff @apparentlymart It seems that this PR and the corresponding 1.0.2
release has broken clients still using Terraform 0.10.0
as this plugin as a provider. I get the following error:
provider.terraform: dial unix /var/folders/gm/g6yqvzvx1tg6890p349w52xm0000gn/T/plugin648040195|netrpc: connect: no such file or directory
Upgrading my local Terraform to 0.10.8 solved the problem.
Hmm... thanks for reporting that, @phamann.
That certainly wasn't intended :confounded: ... I think this is due to a change to the underlying plugin library we use which now supports several different plugin protocols, but seems to be confusing old versions of Terraform by including the protocol announcement (|netrpc
) in its startup message.
Unfortunately I don't think there's much we can do here since we can't re-issue the old 0.10 releases to have the new client... we'll watch out for this as we upgrade the go-plugin
version used by other providers.
Sorry for the unexpected breakage!
Turns out master's still pointing to Terraform 0.10.0
in order to fix the build - I then compared this branch's version and ran:
This should finally fix https://github.com/terraform-providers/terraform-provider-azurerm/issues/351