Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

provider not found, provider is there - v0.92 #12

Closed
alex1x opened this issue Apr 2, 2017 · 3 comments
Closed

provider not found, provider is there - v0.92 #12

alex1x opened this issue Apr 2, 2017 · 3 comments

Comments

@alex1x
Copy link

alex1x commented Apr 2, 2017

I tried to follow this: https://opencredo.com/letsencrypt-terraform/

When using latest version terraform v 0.92 I get this error:

Error asking for user input: 2 error(s) occurred:

* module.acme-reg.acme_registration.reg: provider acme couldn't be found
* module.acme-cert.acme_certificate.certificate: provider acme couldn't be found

But see:

$ terraform-provider-acme 
This binary is a plugin. These are not meant to be executed directly.
Please execute the program that consumes these plugins, which will
load any plugins automatically

It ended up working with an older version (same used in the blogpost shown). I saw #9 -- wonder if similar update is required again for 0.92?

@alex1x alex1x changed the title provider not found / cycle error, provider is there and there's no cycle provider not found, provider is there - v0.92 Apr 2, 2017
@vancluever
Copy link
Owner

Hey @alex1x, I can't reproduce this with TF v0.9.2 and the v0.3.0 release of the plugin.

Remember that in addition to having downloaded the plugin, you also need to configure your .terraformrc. See the Plugin Basics page on the official site for more details. Let me know if you still encounter the problem after checking the page and reviewing your .terraformrc.

Thanks!

@alex1x
Copy link
Author

alex1x commented Apr 4, 2017

Hey, you were right, after configuring this in .terraformc it works as expected (I also see now that you clarify this on your README, sorry!); thanks for looking.

@alex1x alex1x closed this as completed Apr 4, 2017
@vancluever
Copy link
Owner

No problem, glad you figured it out! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants