kreuzwerker / m1-terraform-provider-helper

CLI to support with downloading and compiling terraform providers for Mac with M1 chip
MIT License
482 stars 30 forks source link

Support for fetching provider sources from archived repositories? #137

Closed mmierzwa closed 1 year ago

mmierzwa commented 1 year ago

Does the helper support fetching sources from achieved repositories?

Expected Behavior

The command:

> m1-terraform-provider-helper install hashicorp/terraform-provider-mysql -v v1.9.0

installs the given provider.

Actual Behavior

> m1-terraform-provider-helper install hashicorp/terraform-provider-mysql -v v1.9.0

Getting provider data from terraform registry
Getting source code...
error: repository does not exist

Steps to Reproduce (including precondition)

  1. Activate.
  2. Try to install as described above.

Your Environment

mavogel commented 1 year ago

Hi, I debugged your issue and could reproduce the bug