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 am a developer that is trying to migrate our code from AWS to AliCloud. When I use the external mode profile in terraform-provider-alicloud, it gives me an error.
joe@JoedeMacBook-Air test % terraform apply
╷
│ Error: configuring Terraform Alibaba Cloud Provider: no valid credential sources for Terraform Alibaba Cloud Provider found.
│
│ Please see https://registry.terraform.io/providers/aliyun/alicloud/latest/docs#authentication
│ for more information about providing credentials.
│
│ with provider["registry.terraform.io/hashicorp/alicloud"],
│ on test.tf line 1, in provider "alicloud":
│ 1: provider "alicloud" {
│
╵
Expected Behavior
When I use aliyun config runing with the config file ~/.aliyun/config.json, it works
and I expect that when running terraform scripts with this profile, it can aslo work.
Actual Behavior
When running terraform scripts with this profile, error occured with the message "Error: configuring Terraform Alibaba Cloud Provider: no valid credential sources for Terraform Alibaba Cloud Provider found.".
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Hi there,
I am a developer that is trying to migrate our code from AWS to AliCloud. When I use the external mode profile in terraform-provider-alicloud, it gives me an error.
Terraform Version
v1.5.7
Affected Resource(s)
Terraform Configuration Files
terraform file:
~/.aliyun/config.json
:Debug Output
Panic Output
Expected Behavior
When I use
aliyun
config runing with the config file~/.aliyun/config.json
, it worksand I expect that when running terraform scripts with this profile, it can aslo work.
Actual Behavior
When running terraform scripts with this profile, error occured with the message "Error: configuring Terraform Alibaba Cloud Provider: no valid credential sources for Terraform Alibaba Cloud Provider found.".
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: