I am having difficulties getting Terraform to work with Auth0 and need assistance in resolving the error.
Error Details
Error: Failed to install provider
│
│ Error while installing auth0/auth0 v1.9.1: archive has incorrect checksum zh:275a7cb7e23027e6e369e774755e8d4d55fe6ba1c4498e4a6f349746f964f9ee
│ (expected zh:5ad337feac4bcfdd40391322713c9984b3c63694afdc452be4bfa137db1085c4)
LOG
$env:TF_LOG=“DEBUG”
terraform init
2024-12-27T13:00:07.928+0530 [INFO] Terraform version: 1.10.3
2024-12-27T13:00:07.929+0530 [DEBUG] using GitHub - hashicorp/go-tfe: HCP Terraform/Enterprise API Client/SDK in Golang v1.70.0
2024-12-27T13:00:07.929+0530 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.0
2024-12-27T13:00:07.929+0530 [DEBUG] using GitHub - hashicorp/terraform-svchost: A library for the representation of friendly hostnames v0.1.1
2024-12-27T13:00:07.929+0530 [DEBUG] using GitHub - zclconf/go-cty: A type system for dynamic values in Go applications v1.15.1-0.20241111215639-63279be090d7
2024-12-27T13:00:07.929+0530 [INFO] Go runtime version: go1.23.3
2024-12-27T13:00:07.929+0530 [INFO] CLI args: string{“C:\Program Files (x86)\Terraform\terraform.exe”, “init”}
2024-12-27T13:00:07.937+0530 [DEBUG] Attempting to open CLI config file: C:\Users\vsivasamy\AppData\Roaming\terraform.rc
2024-12-27T13:00:07.938+0530 [DEBUG] File doesn’t exist, but doesn’t need to. Ignoring.
2024-12-27T13:00:07.940+0530 [DEBUG] checking for credentials in “C:\Users\vsivasamy\AppData\Roaming\terraform.d\plugins”
2024-12-27T13:00:07.941+0530 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2024-12-27T13:00:07.941+0530 [DEBUG] will search for provider plugins in C:\Users\vsivasamy\AppData\Roaming\terraform.d\plugins
2024-12-27T13:00:07.944+0530 [DEBUG] ignoring non-existing provider search directory C:\Users\vsivasamy\AppData\Roaming\HashiCorp\Terraform\plugins
2024-12-27T13:00:07.945+0530 [INFO] CLI command args: string{“init”}
Initializing the backend…
2024-12-27T13:00:09.501+0530 [DEBUG] checking for provisioner in “.”
2024-12-27T13:00:09.502+0530 [DEBUG] checking for provisioner in “C:\Program Files (x86)\Terraform”
2024-12-27T13:00:09.504+0530 [DEBUG] checking for provisioner in “C:\Users\vsivasamy\AppData\Roaming\terraform.d\plugins”
Initializing provider plugins…
- Finding auth0/auth0 versions matching “>= 1.0.0”…
2024-12-27T13:00:10.236+0530 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
2024-12-27T13:00:10.524+0530 [DEBUG] GET https://registry.terraform.io/v1/providers/auth0/auth0/versions
2024-12-27T13:00:10.615+0530 [DEBUG] GET https://registry.terraform.io/v1/providers/auth0/auth0/1.9.1/download/windows/386
2024-12-27T13:00:10.708+0530 [DEBUG] GET https://github.com/auth0/terraform-provider-auth0/releases/download/v1.9.1/terraform-provider-auth0_1.9.1_SHA256SUMS
2024-12-27T13:00:12.397+0530 [DEBUG] GET https://github.com/auth0/terraform-provider-auth0/releases/download/v1.9.1/terraform-provider-auth0_1.9.1_SHA256SUMS.sig - Installing auth0/auth0 v1.9.1…
╷
│ Error: Failed to install provider
│
│ Error while installing auth0/auth0 v1.9.1: archive has incorrect checksum zh:275a7cb7e23027e6e369e774755e8d4d55fe6ba1c4498e4a6f349746f964f9ee
│ (expected zh:5ad337feac4bcfdd40391322713c9984b3c63694afdc452be4bfa137db1085c4)
╵
PS C:\Users\vsivasamy\OneDrive - WRB\Documents\Terraform>