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

local install page instructions have wrong version of plugin #156

Open
matthewchao opened this issue Jan 19, 2022 · 0 comments
Open

local install page instructions have wrong version of plugin #156

matthewchao opened this issue Jan 19, 2022 · 0 comments

Comments

@matthewchao
Copy link

I had an ALKS-related problem while trying to initialize a terraform project after following the plugin installation instructions.
I think the local installation page instructs to download the wrong version:

The curl command in the one-liner in the terraform v0.12 section installs (as of 2022-01-19) v2.0.7, but this is incompatible with terraform 0.12 according to the version matrix.

I changed it from

curl -Ls https://api.github.com/repos/Cox-Automotive/terraform-provider-alks/releases/**latest**

to

curl -Ls https://api.github.com/repos/Cox-Automotive/terraform-provider-alks/releases/**tags/v1.5.15**

to get the correct version. After doing so I was able to successfully terraform init.

(On the other hand, the one-liner in the terraform v0.13+ section could actually use the releases/latest endpoint but has a hardcoded 2.0.5.

@matthewchao matthewchao changed the title local install page local install page instructions have wrong version of plugin Jan 19, 2022
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