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

mac sierra install error #86

Open
niccolox opened this issue Oct 13, 2019 · 0 comments
Open

mac sierra install error #86

niccolox opened this issue Oct 13, 2019 · 0 comments

Comments

@niccolox
Copy link

this is my first Terraform experience, so this might be a Terraform bug, but I get this error on Mac

( note, I can download the binary and add it to the terraform.d/plugins/darwin_amd64 folder and it works)

➜ ~ go get -u github.com/squat/terraform-provider-vultr
➜ ~ mkdir -p ~/.terraform.d/plugins
ln -s "$GOPATH/bin/terraform-provider-vultr" ~/.terraform.d/plugins/terraform-provider-vultr

➜ folkbot-debops git:(master) ✗ cd terraform/vultr/coreos
➜ coreos git:(master) ✗ terraform init

Initializing the backend...

Initializing provider plugins...

  • Checking for available provider plugins...

Provider "vultr" not available for installation.

A provider named "vultr" could not be found in the Terraform Registry.

This may result from mistyping the provider name, or the given provider may
be a third-party provider that cannot be installed automatically.

In the latter case, the plugin must be installed manually by locating and
downloading a suitable distribution package and placing the plugin's executable
file in the following directory:
terraform.d/plugins/darwin_amd64

Terraform detects necessary plugins by inspecting the configuration and state.
To view the provider versions requested by each module, run
"terraform providers".

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

1 participant