Giter Site home page Giter Site logo

Comments (6)

Efrat19 avatar Efrat19 commented on August 27, 2024 6

my solution for MAC - adding the plugin manually:

# install aws plugin (or whatever plugin you need)
curl -LO https://releases.hashicorp.com/terraform-provider-aws/3.58.0/terraform-provider-aws_3.58.0_darwin_amd64.zip 
mkdir -p ~/.terraform.d/plugins/darwin_amd64
mv terraform-provider-aws_3.58.0_darwin_amd64.zip ~/.terraform.d/plugins/darwin_amd64
cd ~/.terraform.d/plugins/darwin_amd64
unzip terraform-provider-aws_3.58.0_darwin_amd64.zip 

from terraformer.

sergeylanzman avatar sergeylanzman commented on August 27, 2024

It's look like you don't have provider binary
check in README
Copy your Terraform provider's plugin(s) to folder ~/.terraform.d/plugins/{darwin,linux}_amd64/, as appropriate.

from terraformer.

nlamirault avatar nlamirault commented on August 27, 2024

Works fine. I made a mistake with the plugin's directory. Sorry for noise.

from terraformer.

etiennetremel avatar etiennetremel commented on August 27, 2024

For the one ending on this issue because of looking for this error...
If you run Terraformer from a Linux based Docker container and mount a directory from your osx/windows machine, make sure to delete the .terraform/ diretory before running Terraformer.

from terraformer.

syswipe avatar syswipe commented on August 27, 2024

I have the same issue :(
I installed binary release and placed all *.go file built from sources and related to AWS to the ~/.terraform.d/plugins/linux_amd64/. But I still have an error:

terraformer import aws --resources=vpc --regions=eu-central-1
2020/08/11 14:10:58 aws importing region eu-central-1
2020/08/11 14:10:58 aws importing... vpc
2020/08/11 14:10:59 fork/exec : no such file or directory

from terraformer.

sankalp-khare avatar sankalp-khare commented on August 27, 2024

I symlink the binary from the project I want to import resources to. Ensures that we're using the same provider version (terraformer and my project)

from terraformer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.