Terraform CLI and Terraform TiDB Cloud Provider Version
$ terraform version
Terraform v1.14.5
on darwin_arm64
- tidbcloud/tidbcloud v0.4.8
Describe the bug
Cannot install tidbcloud provider v0.4.8 due to the checksum error
Steps to Reproduce
$ cat main.tf
terraform {
required_providers {
tidbcloud = {
source = "tidbcloud/tidbcloud"
version = "0.4.8"
}
}
required_version = ">= 1.0.0"
}
$ ls -la
total 4
drwxr-xr-x 3 shige staff 96 2月 17 09:59 .
drwxr-xr-x 74 shige staff 2368 2月 17 09:58 ..
-rw-r--r-- 1 shige staff 159 2月 17 09:59 main.tf
$ terraform init
Initializing the backend...
Initializing provider plugins...
- Finding tidbcloud/tidbcloud versions matching "0.4.8"...
- Installing tidbcloud/tidbcloud v0.4.8...
╷
│ Error: Failed to install provider
│
│ Error while installing tidbcloud/tidbcloud v0.4.8: checksum list has unexpected SHA-256 hash
│ 4ccbe4da3377caf107bc7f4010f0f6c4e471610278820002a39c23ca81667ca8 (expected 4a92df7920a2b12e2ff29fb627ce1f4805c0a739f6237ce1447787d6a1243627)
╵