Open
Description
terraform {
required_providers {
tencentcloud = {
source = "tencentcloudstack/tencentcloud"
version = "1.77.6"
}
}
}
when I try to run 'terraform init' got below error.
ubuntu@VM-0-6-ubuntu:~/tencentcloud$ terraform init
Initializing the backend...
Initializing provider plugins...
- Finding tencentcloudstack/tencentcloud versions matching "1.77.6"...
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider tencentcloudstack/tencentcloud: could not connect to registry.terraform.io:
│ Failed to request discovery document: Get "https://registry.terraform.io/.well-known/terraform.json": net/http: request canceled
│ (Client.Timeout exceeded while awaiting headers)
If you have a support request or question please submit them to one of these resources:
- HashiCorp Community Forum
- HashiCorp support (Terraform Enterprise customers)