You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
to
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.The text was updated successfully, but these errors were encountered: