Created
May 29, 2019 08:03
-
-
Save nobjohns/7dfc07760555350a2af166f43cb64b22 to your computer and use it in GitHub Desktop.
tf_issue_12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ terraform init | |
Initializing the backend... | |
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 | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment