Created
August 8, 2022 14:33
-
-
Save mohammadasim/de8842948651bc71cad56161467d4af6 to your computer and use it in GitHub Desktop.
Aliyun terraform provider error
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
Initializing modules... | |
- ack in ../local_modules/ack | |
- infra in ../local_modules/infra | |
Initializing Terraform Cloud... | |
Initializing provider plugins... | |
- Reusing previous version of hashicorp/kubernetes from the dependency lock file | |
- Reusing previous version of hashicorp/aws from the dependency lock file | |
- Reusing previous version of hashicorp/random from the dependency lock file | |
- Finding latest version of hashicorp/alicloud... | |
- Reusing previous version of aliyun/alicloud from the dependency lock file | |
- Installing aliyun/alicloud v1.160.0... | |
- Installed aliyun/alicloud v1.160.0 (signed by a HashiCorp partner, key ID 47422B4AA9FA381B) | |
- Installing hashicorp/kubernetes v1.13.4... | |
- Installed hashicorp/kubernetes v1.13.4 (signed by HashiCorp) | |
- Installing hashicorp/aws v3.74.0... | |
- Installed hashicorp/aws v3.74.0 (signed by HashiCorp) | |
- Installing hashicorp/random v3.3.2... | |
- Installed hashicorp/random v3.3.2 (signed by HashiCorp) | |
Partner and community providers are signed by their developers. | |
If you'd like to know more about provider signing, you can read about it here: | |
https://www.terraform.io/docs/cli/plugins/signing.html | |
╷ | |
│ Warning: Additional provider information from registry | |
│ | |
│ The remote registry returned warnings for | |
│ registry.terraform.io/hashicorp/alicloud: | |
│ - For users on Terraform 0.13 or greater, this provider has moved to | |
│ aliyun/alicloud. Please update your source in required_providers. | |
╵ | |
╷ | |
│ Error: Failed to install provider | |
│ | |
│ Error while installing hashicorp/alicloud v1.180.0: could not query | |
│ provider registry for registry.terraform.io/hashicorp/alicloud: registry | |
│ response includes invalid version string "1; mode=block": invalid | |
│ characters "; mode=block" | |
╵ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment