terraform-provider-vultr
terraform-provider-vultr copied to clipboard
being natively supported by terraform
Hi @rgl , excellent work thanks. I saw this issue on terraform when people are asking if you will be interested in opening a PR on terraform for your plugin to be natively supported: https://github.com/hashicorp/terraform/issues/2611
@rolele From what I can tell this is no longer supported. I may see about branching this myself sometime soon as I'm not able to even get the plugin working with the current version of terraform. I receive the following error
elricsfate@jumparina:~/tf_conf$ terraform plan Error configuring: 1 error(s) occurred:
- Incompatible API version with plugin. Plugin version: 4, Ours: 2
What can be done to fix this and include it? It would help a lot!
Sorry, forgot to update this. This will still work on TF 0.8.8 but you need to compile it against that version.
I've forked this repo, added additional functionality, and provided instructions on compiling properly. There is also a release uploaded if you don't feel like building.
https://github.com/elricsfate/terraform-provider-vultr
@koalalorenzo