Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

plugin error 1: open /Users/me/.terraform.d/plugins/darwin_amd64: no such file or directory [Terraform Version v0.13.0] #590

@jjorissen52

Description

@jjorissen52

I am seeing the same issue as indicated in #184 when using terraformer with plugins initiated by terraform v0.13.0

  1. brew uninstall terraformer && brew install terraformer (version 0.8.8 installed)
  2. Make directory, cd
  3. init.tf:
provider "google" {
  version = "~> 3.35"
  project_id = "credible-torus-262216"
}
  1. terraform init
  2. terraformer import google ...
2020/08/22 00:32:34 google importing... 
2020/08/22 00:32:35 open /Users/me/.terraform.d/plugins/darwin_amd64: no such file or directory

Terraform version:

Terraform v0.13.0
+ provider registry.terraform.io/hashicorp/google v3.35.0

Note that this error does not occur for previous versions of terraform, e.g.

Terraform v0.12.10
+ provider.google v3.35.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions