displague / deprecated-terraform-provider-linode

[OLD] Terraform provider plugin for Linode Cloud resources.. See
https://github.com/terraform-providers/terraform-provider-linode
Mozilla Public License 2.0
15 stars 5 forks source link

corrects instruction for building the provider #21

Closed programingnotes closed 6 years ago

programingnotes commented 6 years ago

@displague : trying to build the provider with the current instructions in the README results in either permission errors (when attempting to git clone via ssh) or non-existing repo errors (when attempting to git clone via https).

This might be due to the repo (terraform-providers/terraform-provider-linode) being private and thus available to only you/people with access to it.

What worked for me was git clone your repo (not terraform-providers/terraform-provider-linode) via https. The other alternative is to fork the repo (but this might be more appropriate for folks who intend to work/contribute).

displague commented 6 years ago

Ahh, you are correct (although the .git extensions isn't required in the URL).

Thanks!