-
Notifications
You must be signed in to change notification settings - Fork 117
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
install latest terraform provider not working #341
Comments
what you mean, you know what to do? |
@ellerbrock |
For me, even using |
Hi @roura356a Do you have specified 'access_key' and 'secret_key'? There is two methods to specify them:
|
Yes, I specified them. When I run |
All good, I reinstalled Terraform using brew this time, installed again the plugin in |
Hi @ellerbrock Terraform provider official version 1.7.0 has been released. Please update it. Thanks a lot. |
Fix alicloud db connection
hi,
i just found out that there is actually only one terraform provider official available:
https://releases.hashicorp.com/terraform-provider-alicloud/
in version 0.1.0
i wonder why because even on the official terraform provider page its in version 1.5.3 listed:
https://github.com/terraform-providers/terraform-provider-alicloud/releases
my current workaround is to make a hard version:
and download the plugin manually, rename it like
terraform-provider-alicloud_v1.5.3_x4
and drop it in the plugins folder, run again aterraform init
and then it's working ...but boy oh boy what a workaround.
any ideas why its not directly installable via terraform provider?
cheers maik
The text was updated successfully, but these errors were encountered: