We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to compile provider 'petoju/mysql' (https://registry.terraform.io/providers/petoju/mysql/latest) with m1-terraform-provider-helper.
Downloads and compiles provider 'petoju/mysql' without any problem.
m1-terraform-provider-helper install petoju/mysql -v v3.0.42 fails and can't be compiled because of error: reference not found
m1-terraform-provider-helper install petoju/mysql -v v3.0.42
error: reference not found
Installed m1-terraform-provider-helper and Go via brew. Called in terminal: m1-terraform-provider-helper install petoju/mysql -v v3.0.42
Return in terminal:
Getting provider data from terraform registry 2023/09/25 11:19:34 Getting provider data from https://registry.terraform.io/v1/providers/petoju/mysql 2023/09/25 11:19:34 Provider data: {https://github.com/petoju/terraform-provider-mysql Terraform MySQL provider – unofficial fork} Getting source code... 2023/09/25 11:19:34 Extracted repo https://github.com/petoju/terraform-provider-mysql to terraform-provider-mysql 2023/09/25 11:19:34 Resetting /Users/user/.m1-terraform-provider-helper/terraform-provider-mysql and pulling latest changes error: reference not found
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Can see the same issue
m1-terraform-provider-helper install hashicorp/random -v 2.3.0 Getting provider data from terraform registry 2023/11/17 15:59:12 Getting provider data from https://registry.terraform.io/v1/providers/hashicorp/random 2023/11/17 15:59:12 Provider data: {https://github.com/hashicorp/terraform-provider-random terraform-provider-random} Getting source code... 2023/11/17 15:59:12 Extracted repo https://github.com/hashicorp/terraform-provider-random to terraform-provider-random ... error: reference not found
No branches or pull requests
Unable to compile provider 'petoju/mysql' (https://registry.terraform.io/providers/petoju/mysql/latest) with m1-terraform-provider-helper.
Expected Behavior
Downloads and compiles provider 'petoju/mysql' without any problem.
Actual Behavior
m1-terraform-provider-helper install petoju/mysql -v v3.0.42
fails and can't be compiled because of
error: reference not found
Steps to Reproduce (including precondition)
Installed m1-terraform-provider-helper and Go via brew.
Called in terminal:
m1-terraform-provider-helper install petoju/mysql -v v3.0.42
Return in terminal:
Your Environment
The text was updated successfully, but these errors were encountered: