m1-terraform-provider-helper icon indicating copy to clipboard operation
m1-terraform-provider-helper copied to clipboard

CLI to support with downloading and compiling terraform providers for Mac with M1 chip

Results 27 m1-terraform-provider-helper issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.18` -> `1.19` |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

Hello! I got an error trying to install provider "hashicorp/aws -v v3.23.0" Thanks for a lot Output: m1-terraform-provider-helper install hashicorp/aws -v v3.23.0 Getting provider data from terraform registry Getting source...

With the newest `v0.7.0` version this tool now has the capability to add the hashes of the locally compiled providers to the lockfile. Whenever a user runs the `install` command,...

enhancement
good first issue

Receiving the error `Error: Failed to install provider` when installing hashicorp/template in a repo which uses aws provider. Below is the exact error. ``` │ Error: Failed to install provider...

Underlying issue: https://github.com/golang/go/issues/51706 ## What does this do / why do we need it? This fixes the install of the AWS provider 2.x due to a bug in Go sys...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/spf13/cobra](https://togithub.com/spf13/cobra) | `v1.7.0` -> `v1.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fcobra/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jarcoal/httpmock](https://togithub.com/jarcoal/httpmock) | `v1.3.0` -> `v1.3.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjarcoal%2fhttpmock/v1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/mod | `v0.11.0` -> `v0.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

## Expected Behavior {Please write here} ``` ... Successfully installed hashicorp/random v3.3.2 ``` ## Actual Behavior ``` TF_HELPER_LOG=info m1-terraform-provider-helper install hashicorp/random -v v3.3.2 Getting provider data from terraform registry 2023/10/22...