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

Does terraform has alicloud provider for version 0.12 ? #1296

Closed
ghost opened this issue Jun 17, 2019 · 6 comments
Closed

Does terraform has alicloud provider for version 0.12 ? #1296

ghost opened this issue Jun 17, 2019 · 6 comments

Comments

@ghost
Copy link

ghost commented Jun 17, 2019

This issue was originally opened by @geralvin as hashicorp/terraform#21748. It was migrated here as a result of the provider split. The original body of the issue is below.


Hi there,

I got an error when upgrading to terraform v0.12, it said that alicloud provided is not compatible with the version.

@conorgil
Copy link

conorgil commented Jun 18, 2019

Here is the error message shown indicating that there is no alicloud terraform provider that supports the new Terraform 0.12 API:

Initializing provider plugins...
- Checking for available provider plugins...

No available provider "alicloud" plugins are compatible with this Terraform version.

From time to time, new Terraform major releases can change the requirements for
plugins such that older plugins become incompatible.

Terraform checked all of the plugin versions matching the given constraint:
    (any version)

Unfortunately, none of the suitable versions are compatible with this version
of Terraform. If you have recently upgraded Terraform, it may be necessary to
move to a newer major release of this provider. Alternatively, if you are
attempting to upgrade the provider to a new major version you may need to
also upgrade Terraform to support the new version.

Consult the documentation for this provider for more information on
compatibility between provider versions and Terraform versions.


Error: no available version is compatible with this version of Terraform

See hashicorp/terraform#21235 for details on this error and a list of terraform plugins compatible with 0.12.

This comment hashicorp/terraform#21235 (comment) explains the command to use to determine whether a terraform provider has a version compatible with 0.12:

$> http https://registry.terraform.io/v1/providers/-/aws/versions | jq '.versions | .[] | select(.protocols[] | contains("5.0")) | .version'
"2.7.0"
"2.8.0"
"2.9.0"
"2.10.0"
"2.11.0"
"2.12.0"
"2.13.0"
"2.14.0"
"2.15.0"
$> http https://registry.terraform.io/v1/providers/-/alicloud/versions | jq '.versions | .[] | select(.protocols[] | contains("5.0")) | .version'
$>

We can see that AWS has several versions starting at 2.7.0 that are compatible with terraform 0.12, but alicloud has no versions that are compatible.

@OUCHUNYU
Copy link

I also received the same error, this blocks me from using oss backend. Do we have an eta for this?

@deepfryed
Copy link

Hi, any updates on terraform 0.12 compatibility ?

Thanks

@xiaozhu36
Copy link
Member

Hi everyone, we are working on it. We plan the provider release 1.50.0 supports terraform 0.12.0 and it will be published in this week or the next week. Please be patient.

@deepfryed
Copy link

@xiaozhu36 appreciate the quick response, thanks!

I'd just cloned the repo was taking a look, you've saved me the work.

@xiaozhu36
Copy link
Member

HI all, the latest release 1.50.0 has been published and it has supported 0.12. Please check it.

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

4 participants