Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Third party plugins #61

Closed
combor opened this issue Apr 18, 2018 · 2 comments
Closed

Third party plugins #61

combor opened this issue Apr 18, 2018 · 2 comments

Comments

@combor
Copy link
Contributor

combor commented Apr 18, 2018

Hi,
I'm trying to use ACME plugin with terraform but terraform fails with

Error: provider.acme: fork/exec /root/.terraform.d/plugins/terraform-provider-acme: no such file or directory

To be sure that the file is there I have added:

		files, err := ioutil.ReadDir("/root/.terraform.d/plugins")
		if err != nil {
			log.Fatal(err)
		}

		for _, file := range files {
			fmt.Println("XXXXX")
			fmt.Println(file.Name())
		}

Just before https://github.com/jmccann/drone-terraform/blob/master/plugin.go#L103 and the output is:

terraform validate
XXXXX
terraform-provider-acme

Error: provider.acme: fork/exec /root/.terraform.d/plugins/terraform-provider-acme: no such file or directory

That's kinda odd. Have you seen such a thing in the past?

@combor
Copy link
Contributor Author

combor commented Apr 18, 2018

Ok, I found the reason. vancluever/terraform-provider-acme#29

Will close this for now.

@combor combor closed this as completed Apr 18, 2018
@SriRohith
Copy link

SriRohith commented Aug 29, 2018

Hi,
I got similar kind of issue while using terraform rest api provider, do you got any insight on this?

terraform validate

Error: provider.restapi: fork/exec /drone/src/terraform.d/plugins/linux_amd64/terraform-provider-restapi_v1.2.1-linux-amd64: no such file or directory```

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

No branches or pull requests

2 participants