vancluever / terraform-provider-acme-old

ACME (Let's Encrypt) Support for Terraform
Other
206 stars 26 forks source link

not compatible with terraform 0.8 #5

Closed hd-deman closed 7 years ago

hd-deman commented 7 years ago
❯ terraform plan
Error configuring: 1 error(s) occurred:

* Incompatible API version with plugin. Plugin version: 1, Ours: 2
vancluever commented 7 years ago

Thanks for the report @hd-deman, will rebuild tonight!

vancluever commented 7 years ago

Hey @hd-deman, happy to say that v0.2.0 is out and ready for download! I personally did a test run of this myself on v0.8.0 and all went smooth as far as I can see - but let me know if you have any issues!

This release also includes the ability to do OCSP Stapling too - check the release notes and the README.md for more info!

hd-deman commented 7 years ago

Thanks a lot.