We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v1.5.7 on darwin_arm64
terraform { required_version = ">= 1.5.7" required_providers { huaweicloud = { source = "huaweicloud/huaweicloud" version = ">= 1.36.0" } } } provider "huaweicloud" { shared_config_file = "/Users/myname/.hcloud/config.json" } data "huaweicloud_vpc" "vpc" { name = "vpc-dev" } output "data_test" { value = data.huaweicloud_vpc.vpc }
Error: error creating VPC client: List projects failed, err=Get "https://iam..myhuaweicloud.com/v3/projects?name=ap-southeast-1": dial tcp: lookup iam..myhuaweicloud.com: no such host
Access Key Id
Secret Access Key
hcloud configure init
shared_config_file
region, access_key, secret_key
The text was updated successfully, but these errors were encountered:
@yaoluoye can you check that whether region is exist in config.json?
region
Sorry, something went wrong.
Yep, the config.json created by hcloud configure init
No branches or pull requests
Terraform Version
Terraform Configuration Files
Actual Behavior
Error: error creating VPC client: List projects failed, err=Get "https://iam..myhuaweicloud.com/v3/projects?name=ap-southeast-1": dial tcp: lookup iam..myhuaweicloud.com: no such host
Steps to Reproduce
Access Key Id
andSecret Access Key
hcloud configure init
to create ~/.hcloud/config.jsonshared_config_file
withregion, access_key, secret_key
The text was updated successfully, but these errors were encountered: