jonmorehouse / terraform-provisioner-ansible

A provisioner for bootstrapping terraform resources with ansible
524 stars 68 forks source link

provisioner.ansible: Unrecognized remote plugin message #36

Open payamzoughi opened 7 years ago

payamzoughi commented 7 years ago

`terraform plan 1 error(s) occurred:

This usually means that the plugin is either invalid or simply needs to be recompiled to support the latest protocol. payamzowghi@ubuntu:~/Desktop/terraform/ansible-provision`

Do you know the solution?

drama17 commented 7 years ago

I had the same issue and found this https://www.terraform.io/docs/internals/internal-plugins.html I downloaded version 0.6.16 which was much different from current 0.9.11 (in 0.9.11 archive only "terraform" file present and in 0.6.16 are 44 files (terraform and plugins)). Tried with that oldest version and it works fine. Now I'm going to compile from the source code the latest version of terraform-provisioner-ansible plugin included.